Skip to content

Commit a536c2a

Browse files
committed
fix: updated astro font config
1 parent 1233550 commit a536c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export default defineConfig({
6868
{
6969
src: ['./src/assets/fonts/InterVariable.woff2'],
7070
style: 'normal',
71-
weight: 400,
71+
weight: 'variable',
7272
},
7373
],
7474
},

0 commit comments

Comments
 (0)