Local font @fontsource/inter, subfont not default

This commit is contained in:
prototypa
2022-09-10 01:07:55 -04:00
parent be17a100ad
commit 1927108725
3 changed files with 7 additions and 7 deletions

View File

@ -6,15 +6,17 @@
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build && subfont -ir --no-fallbacks --silent --root dist",
"build": "astro build",
"subfont": "subfont -ir --no-fallbacks --silent --root dist",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/image": "^0.3.3",
"@astrojs/image": "^0.7.0",
"@astrojs/partytown": "^1.0.0",
"@astrojs/rss": "^1.0.0",
"@astrojs/sitemap": "^1.0.0",
"@astrojs/tailwind": "^1.0.0",
"@fontsource/inter": "^4.5.12",
"@tailwindcss/typography": "^0.5.4",
"astro": "^1.0.0",
"astro-icon": "^0.7.3",