Skip to content

Commit bb24efa

Browse files
committed
still trying to fix inconsistent fonts issue
1 parent 51341b6 commit bb24efa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_sass/_base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ body {
22
background: $brand-color;
33
color: $muted-text-color;
44
font-family: $font-family;
5-
font-style: normal;
5+
font-style: regular;
66
font-size: .9em;
77
line-height: 1.4em;
88
padding-top: 2.4em; // Adds space at the very top

_sass/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ $brand-color: #f3f2ef;
22
$highlight: lighten($brand-color, 35%);
33
$text-color: #2b2a26;
44
$muted-text-color: #474641;
5-
$font-family: 'EB Garamond', 'Lato Light', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
5+
$font-family: 'EB Garamond', serif;
66

77
$on-bigphone: 375px;
88
$on-tablet: 768px;

0 commit comments

Comments
 (0)