Skip to content

Commit

Permalink
refactor(@schematics/angular): add fallback fonts
Browse files Browse the repository at this point in the history
Just in case Inter Tight is not available.
  • Loading branch information
alan-agius4 committed Nov 7, 2023
1 parent 7e72fd8 commit a2fa0c9
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a2fa0c9

Please sign in to comment.