Skip to content

Commit

Permalink
Use system font
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Mar 24, 2022
1 parent 0133fc9 commit 7f6e770
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion styles/global.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion styles/partials/layout/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*,
::before,
::after {
font-family: Arial, Helvetica, sans-serif;
font-family: system-ui, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
outline: none;
Expand Down

0 comments on commit 7f6e770

Please sign in to comment.