Skip to content

Commit 7f6e770

Browse files
committed
Use system font
1 parent 0133fc9 commit 7f6e770

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

styles/global.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

styles/partials/layout/layout.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*,
33
::before,
44
::after {
5-
font-family: Arial, Helvetica, sans-serif;
5+
font-family: system-ui, Arial, Helvetica, sans-serif;
66
margin: 0;
77
padding: 0;
88
outline: none;

0 commit comments

Comments
 (0)