Skip to content

Commit 8618c47

Browse files
author
Pascal Wegner
committed
Use Inter
1 parent 6b9bbd2 commit 8618c47

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/pwa/src/styles/globals.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1+
@import url('https://rsms.me/inter/inter.css');
2+
@supports (font-variation-settings: normal) {
3+
html {
4+
font-family: 'Inter var', sans-serif;
5+
}
6+
}
17
@tailwind base;
28
@tailwind utilities;
39

410
html {
511
height: 100%;
12+
font-family: 'Inter', sans-serif;
613
}
714

815
body,

0 commit comments

Comments
 (0)