Skip to content

Commit e8ecee9

Browse files
author
Kirill Bolotsky
committed
fix: added fallback font for $font-family-secondary
1 parent eaf8edc commit e8ecee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Font families
22
$font-family-primary: 'TT Norms Pro', sans-serif;
3-
$font-family-secondary: 'Roboto Mono', sans-serif;
3+
$font-family-secondary: 'Roboto Mono', Monaco, Consolas, mono;
44

55
// Font sizes and line heights
66
$font-size-base: 17px;

0 commit comments

Comments
 (0)