Skip to content

Commit

Permalink
Add font fallback chain
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ni committed Mar 5, 2024
1 parent 606d12c commit dbeae89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/day.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.bg{fill:url(#Gradient-BG);}
.text-font{font-family:'Helvetica Neue';}
.text-font{font-family:'Helvetica Neue','Helvetica Neue LT Std',Helvetica,sans-serif;}
.text-color{fill:#444444;}
.text-color-blue{fill:#0F4E91;}
.text-size-medium{font-size:48px;}
Expand Down
2 changes: 1 addition & 1 deletion src/night.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.nightmode {
.bg{fill:url(#Gradient-BG-Night);}
.text-font{font-family:'Helvetica Neue';}
.text-font{font-family:'Helvetica Neue','Helvetica Neue LT Std',Helvetica,sans-serif;}
.text-color{fill:#EEEEEE;}
.text-color-blue{fill:#5392D5;}
.text-size-medium{font-size:48px;}
Expand Down

0 comments on commit dbeae89

Please sign in to comment.