Skip to content

Commit

Permalink
fix body not using correct font (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
saitheninja authored Oct 10, 2021
1 parent 3eba771 commit 46a3828
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/site-kit/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@
}

body {
--font: 'Overpass', sans-serif;
--font-body: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
--font: 'Overpass', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
--font-mono: 'Fira Mono', monospace;
}
Expand Down Expand Up @@ -135,7 +134,7 @@ a:hover {

/* typography ----------------------------- */
body {
font: 400 var(--h4) / var(--lh) var(--font-body);
font: 400 var(--h4) / var(--lh) var(--font);
background-color: var(--back);
color: var(--text);

Expand Down

0 comments on commit 46a3828

Please sign in to comment.