Skip to content

Commit

Permalink
Merge pull request #10 from etchteam/feat/update-base-font
Browse files Browse the repository at this point in the history
Update base fonts
  • Loading branch information
mergify[bot] authored Sep 23, 2024
2 parents c00d7d4 + 7afad94 commit 06d111b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/tokens/font.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
// Need to get new fonts working and put in new default values. TODO
:root {
--mobius-font-family: 'Open Sans', -apple-system, system-ui,
BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
--mobius-font-family-roboto: Roboto, Lato, -apple-system, system-ui,
BlinkMacSystemFont, Helvetica, Arial, sans-serif;
// What to use for fallback? TODO
--mobius-font-family: 'Inter', Roboto, Lato, sans-serif;
--mobius-font-family-roboto: Roboto, Lato, sans-serif;
--mobius-font-family-heading: 'Marr Sans Cond Web', 'Roboto Condensed', Impact,
sans-serif;

Expand Down

0 comments on commit 06d111b

Please sign in to comment.