Skip to content

Commit

Permalink
feat(css): use system-ui font-family
Browse files Browse the repository at this point in the history
  • Loading branch information
EdJoPaTo committed Nov 13, 2024
1 parent 72c0e11 commit 95e0c4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion html/404.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
html, body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-family: system-ui, -apple-system, sans-serif;
margin: 0;
padding: 0;
}
Expand Down
2 changes: 1 addition & 1 deletion html/ics.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
html, body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-family: system-ui, -apple-system, sans-serif;
margin: 0;
padding: 0;
}
Expand Down

0 comments on commit 95e0c4f

Please sign in to comment.