Skip to content

Commit c580009

Browse files
Yash GhelaniDirtyF
authored andcommitted
Add better system fonts (#205)
Add a system font stack to support different OSes for a more comfortable & pleasing look. This exact stack is used by https://github.com/ as well
1 parent 79441ea commit c580009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sass/minima.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// Define defaults for each variable.
44

5-
$base-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !default;
5+
$base-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !default;
66
$base-font-size: 16px !default;
77
$base-font-weight: 400 !default;
88
$small-font-size: $base-font-size * 0.875 !default;

0 commit comments

Comments
 (0)