Skip to content

Commit

Permalink
feat(css): simpler fontstack
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Feb 19, 2019
1 parent e239d46 commit 48f9446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _app/assets/themes/curtana/_scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $code-color: #3914b3 !default;
:root {
// Typography
--fontstack-prefix: -apple-system, BlinkMacSystemFont,; // Notice that ending comma?
--fontstack-sans-serif: "Helvetica Neue", Arial, sans-serif;
--fontstack-sans-serif: "Helvetica Neue", sans-serif;
--fontstack-serif: Georgia, serif;
--fontstack-monospace: Menlo, Consolas, monospace;
--fontstack-default: var(--fontstack-prefix) var(--fontstack-sans-serif);
Expand Down

0 comments on commit 48f9446

Please sign in to comment.