Skip to content

Commit ec5e302

Browse files
committed
refactor(@schematics/angular): add fallback fonts
Just in case Inter Tight is not available. (cherry picked from commit a2fa0c9)
1 parent 3c6d2d8 commit ec5e302

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/schematics/angular/application/files/common-files/src/app/app.component.html.template

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@
5151
line-height: 100%;
5252
letter-spacing: -0.125rem;
5353
margin: 0;
54-
font-family: "Inter Tight";
54+
font-family: "Inter Tight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
55+
Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
56+
"Segoe UI Symbol";
5557
}
5658

5759
p {

0 commit comments

Comments
 (0)