Skip to content

Commit

Permalink
Add better system fonts (jekyll#205)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Yash Ghelani authored and DirtyF committed Mar 10, 2018
1 parent 79441ea commit c580009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/minima.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// Define defaults for each variable.

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

0 comments on commit c580009

Please sign in to comment.