Skip to content

Commit

Permalink
Use suitable fallback fonts for Inter
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Oct 19, 2020
1 parent 331e7fa commit 590eefc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ html {
0 22.3px 17.9px rgba(0, 0, 0, 0.018), 0 41.8px 33.4px rgba(0, 0, 0, 0.022),
0 100px 80px rgba(0, 0, 0, 0.03);

// font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-family: Inter, sans-serif;
font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
line-height: 1.5;
}

Expand Down

0 comments on commit 590eefc

Please sign in to comment.