diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2024-03-12 18:59:25 +0000 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2024-03-12 17:35:05 -0400 |
| commit | dcd16b6eb7a075297214ac370c92e0cc234c9ab6 (patch) | |
| tree | ed4a17c9577fdba39fd4c90aa31d2d809a9eae9b /src/index.css | |
| parent | ef28973b0683823d2f3e1cee128055b18530d522 (diff) | |
Use Inter font
Diffstat (limited to 'src/index.css')
| -rw-r--r-- | src/index.css | 5 |
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%); |
