Remove subfont

This commit is contained in:
prototypa
2023-03-12 07:13:33 -04:00
parent a608eff456
commit 5ff2f8eb56

View File

@ -10,8 +10,7 @@
"preview": "astro preview", "preview": "astro preview",
"astro": "astro", "astro": "astro",
"format": "prettier -w .", "format": "prettier -w .",
"lint:eslint": "eslint . --ext .js,.ts,.astro", "lint:eslint": "eslint . --ext .js,.ts,.astro"
"subfont": "subfont -ir --no-fallbacks --silent --root dist"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/image": "^0.16.0", "@astrojs/image": "^0.16.0",
@ -38,7 +37,6 @@
"prettier-plugin-astro": "^0.8.0", "prettier-plugin-astro": "^0.8.0",
"reading-time": "^1.5.0", "reading-time": "^1.5.0",
"sharp": "^0.31.3", "sharp": "^0.31.3",
"subfont": "^6.12.4",
"svgo": "2.8.0", "svgo": "2.8.0",
"tailwindcss": "^3.2.7", "tailwindcss": "^3.2.7",
"typescript": "^4.9.5" "typescript": "^4.9.5"