Theme: Updated font to Inter, updates typography, a start of moving legacy & global styles from sass to emotion (#32988)

* Testing inter font

* new fonts and global styles

* Added Typography component and storybook

* Moving more global legacy types to emotion global styles

* Updated snapshot

* mapp bold to 500

* Updates

* Fixes and moved html & body styles to emotion

* moved helper function down

* Updated snapshot

* More tweaks

* Updates

* added internal tag

* Updated snapshot
This commit is contained in:
Torkel Ödegaard
2021-04-14 21:49:38 +02:00
committed by GitHub
parent 4fc0d42470
commit bcd0958849
105 changed files with 437 additions and 560 deletions

View File

@@ -99,8 +99,8 @@ $height-lg: 48;
// Typography
// -------------------------
$font-family-sans-serif: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
$font-family-monospace: Menlo, Monaco, Consolas, 'Courier New', monospace;
$font-family-sans-serif: 'Inter', 'Helvetica Neue', Arial, sans-serif;
$font-family-monospace: 'Roboto Mono', monospace;
$font-size-base: 14px !default;