Skip to content

Commit 730dfc9

Browse files
author
Felipe Contreras
committed
stylesheets: cleanup fonts style
There's no need to quote Adelle, neither Times New Roman; none have special characters. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
1 parent 0764a26 commit 730dfc9

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: Adelle, Georgia, Times New Roman, serif;
17+
$base-font-family-fallback: Georgia, Times New Roman, serif;
1818
$base-font-size: 14px;
1919
$base-line-height: 22px;
2020

0 commit comments

Comments
 (0)