feat: load Inter as Webfont
I received confirmation that Inter is meant to be used for the whole application. Therefore I'm loading it from a remote server. Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
This commit is contained in:
parent
6e03027b4c
commit
87af757874
1 changed files with 2 additions and 0 deletions
2
.storybook/preview-head.html
Normal file
2
.storybook/preview-head.html
Normal file
|
@ -0,0 +1,2 @@
|
|||
<link rel="preconnect" href="https://rsms.me/" />
|
||||
<link rel="stylesheet" href="https://rsms.me/inter/inter.css" />
|
Loading…
Reference in a new issue