From ec5e30256b5f63dc1743cafd401742008ab8b0c7 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Tue, 7 Nov 2023 17:07:30 +0000 Subject: [PATCH] refactor(@schematics/angular): add fallback fonts Just in case Inter Tight is not available. (cherry picked from commit a2fa0c995e3d516e61b8c0a9ad0b910a75ebbb54) --- .../files/common-files/src/app/app.component.html.template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/schematics/angular/application/files/common-files/src/app/app.component.html.template b/packages/schematics/angular/application/files/common-files/src/app/app.component.html.template index 0fb2fa36ef4f..1d38491733b9 100644 --- a/packages/schematics/angular/application/files/common-files/src/app/app.component.html.template +++ b/packages/schematics/angular/application/files/common-files/src/app/app.component.html.template @@ -51,7 +51,9 @@ line-height: 100%; letter-spacing: -0.125rem; margin: 0; - font-family: "Inter Tight"; + font-family: "Inter Tight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, + Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", + "Segoe UI Symbol"; } p {