From 5ff2f8eb563e70e82343c972abb572d75552b3f0 Mon Sep 17 00:00:00 2001 From: prototypa Date: Sun, 12 Mar 2023 07:13:33 -0400 Subject: [PATCH] Remove subfont --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 8d13679..c042245 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,7 @@ "preview": "astro preview", "astro": "astro", "format": "prettier -w .", - "lint:eslint": "eslint . --ext .js,.ts,.astro", - "subfont": "subfont -ir --no-fallbacks --silent --root dist" + "lint:eslint": "eslint . --ext .js,.ts,.astro" }, "devDependencies": { "@astrojs/image": "^0.16.0", @@ -38,7 +37,6 @@ "prettier-plugin-astro": "^0.8.0", "reading-time": "^1.5.0", "sharp": "^0.31.3", - "subfont": "^6.12.4", "svgo": "2.8.0", "tailwindcss": "^3.2.7", "typescript": "^4.9.5"