Skip to content

Commit f012431

Browse files
Updated to system fonts
1 parent 36cc72e commit f012431

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

css/grid.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,15 @@
1919
body {
2020
background: #333;
2121
color: #666;
22-
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
22+
font-family: -apple-system,
23+
BlinkMacSystemFont,
24+
"Segoe UI",
25+
Roboto,
26+
Oxygen-Sans,
27+
Ubuntu,
28+
Cantarell,
29+
"Helvetica Neue",
30+
sans-serif;
2331
font-size: 100%;
2432
line-height: 1.5;
2533
}

css/grid.min.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.

0 commit comments

Comments
 (0)