Skip to content

Commit

Permalink
fix: added fallback font for $font-family-secondary
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Bolotsky committed Nov 27, 2020
1 parent eaf8edc commit e8ecee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/variables.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Font families
$font-family-primary: 'TT Norms Pro', sans-serif;
$font-family-secondary: 'Roboto Mono', sans-serif;
$font-family-secondary: 'Roboto Mono', Monaco, Consolas, mono;

// Font sizes and line heights
$font-size-base: 17px;
Expand Down

0 comments on commit e8ecee9

Please sign in to comment.