Permalink
Please
sign in to comment.
Showing
with
45 additions
and 9 deletions.
@@ -0,0 +1,13 @@ | |||
|
|||
/* to do - import below and update bootstrap typography | |||
@import url('https://rsms.me/inter/inter.css'); | |||
html { font-family: 'Inter', sans-serif; } | |||
/* be fun to play with at some point | |||
@supports (font-variation-settings: normal) { | |||
html { font-family: 'Inter var', sans-serif; } | |||
} | |||
*/ |
No changes.
0 comments on commit
4f54355