diff options
| author | Yuval Adam <_@yuv.al> | 2025-06-14 23:30:09 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-06-14 23:30:09 +0200 |
| commit | bae61910dd9aee1ab75bd9f7ca3bc20e749342ba (patch) | |
| tree | 5ddee7a881a19cb50a7dfda83455c397635a36e3 /package.json | |
| parent | de0255ecfbdc9d33e3a20c74c01bded9a24881ca (diff) | |
Add some fonts
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index 0d8a661..fc0bd05 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,8 @@ }, "dependencies": { "@astrojs/react": "^4.3.0", + "@fontsource/inter": "^5.2.6", + "@fontsource/jetbrains-mono": "^5.2.6", "@tailwindcss/vite": "^4.1.7", "@types/react": "^19.1.5", "@types/react-dom": "^19.1.5", @@ -21,4 +23,4 @@ "devDependencies": { "@tailwindcss/typography": "^0.5.16" } -}
\ No newline at end of file +} |
