summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSam Nystrom <sam@samnystrom.dev>2024-03-12 18:59:25 +0000
committerSam Nystrom <sam@samnystrom.dev>2024-03-12 17:35:05 -0400
commitdcd16b6eb7a075297214ac370c92e0cc234c9ab6 (patch)
treeed4a17c9577fdba39fd4c90aa31d2d809a9eae9b /src
parentef28973b0683823d2f3e1cee128055b18530d522 (diff)
Use Inter font
Diffstat (limited to 'src')
-rw-r--r--src/index.css5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/index.css b/src/index.css
index 19f1e8b..301b6c2 100644
--- a/src/index.css
+++ b/src/index.css
@@ -1,7 +1,4 @@
-@font-face {
- font-family: 'Inter';
- src: url('Inter.ttf');
-}
+@import '@fontsource-variable/inter';
:root {
--base: hsl(0, 0%, 10%);