Skip to content

Commit

Permalink
fix: simplify sans-serif font
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokaiser committed Apr 4, 2024
1 parent 4727b0e commit 444ecd7
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions assets/css/_normalize.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,7 @@

html {
line-height: 1.5;
font-family:
system-ui,
-apple-system,
"Segoe UI",
Roboto,
Ubuntu,
Cantarell,
"Noto Sans",
sans-serif;
font-family: ui-sans-serif, system-ui, sans-serif;
-webkit-text-size-adjust: 100%;
-moz-tab-size: 4;
tab-size: 4;
Expand Down

0 comments on commit 444ecd7

Please sign in to comment.