Trying to use subfont to optimize calls to Google Fonts
This commit is contained in:
@ -6,13 +6,14 @@
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"start": "astro dev",
|
||||
"build": "astro build",
|
||||
"build": "astro build && subfont -ir --no-fallbacks --root dist",
|
||||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/image": "^0.3.3",
|
||||
"@astrojs/sitemap": "^1.0.0",
|
||||
"@astrojs/tailwind": "^1.0.0",
|
||||
"astro": "^1.0.0"
|
||||
"astro": "^1.0.0",
|
||||
"subfont": "^6.9.0"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user