Skip to content

Commit d5260b8

Browse files
committed
♻️ refactor: update fonts config
1 parent a29f4dc commit d5260b8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

astro.config.mjs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ export default defineConfig({
3333
cssVariable: "--ff-dotmatrix",
3434
variants: [
3535
{
36-
weight: 400,
37-
style: "normal",
3836
display: "swap",
3937
src: [`${FONTS_DIR}/ndot57.otf`],
4038
},
@@ -47,8 +45,6 @@ export default defineConfig({
4745
cssVariable: "--ff-pixelated",
4846
variants: [
4947
{
50-
weight: 400,
51-
style: "normal",
5248
display: "swap",
5349
src: [`${FONTS_DIR}/departure-mono-regular.woff2`],
5450
},

0 commit comments

Comments
 (0)