Skip to content

Commit 851aede

Browse files
authored
Merge pull request #1604 from felipec/fc/fonts
Improve fonts for Linux
2 parents 2d5c5be + 48a0f7d commit 851aede

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/assets/stylesheets/variables.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ $link-focus-color: false;
1313
$link-active-color: false;
1414
$link-visited-color: false;
1515

16-
$base-font-family: "adelle", Georgia, "Times New Roman", serif;
17-
$base-font-family-fallback: Georgia, "Times New Roman", serif;
16+
$base-font-family-fallback: Roboto Slab, DejaVu Serif, Georgia, Times New Roman, sans-serif;
17+
$base-font-family: Adelle, $base-font-family-fallback;
1818
$base-font-size: 14px;
1919
$base-line-height: 22px;
2020

0 commit comments

Comments
 (0)