Skip to content

Commit 4a6a978

Browse files
committed
style: formatting code
1 parent 88ee887 commit 4a6a978

File tree

1 file changed

+20
-6
lines changed

1 file changed

+20
-6
lines changed

astro.config.mjs

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,26 @@ export default defineConfig({
3333
cssVariable: '--font-inter',
3434
provider: 'local',
3535
variants: [
36-
{ src: ['./src/assets/fonts/Inter-Regular.woff2'], weight: 400 },
37-
{ src: ['./src/assets/fonts/Inter-Medium.woff2'], weight: 500 },
38-
{ src: ['./src/assets/fonts/Inter-SemiBold.woff2'], weight: 600 },
39-
{ src: ['./src/assets/fonts/Inter-Bold.woff2'], weight: 700 },
40-
{ src: ['./src/assets/fonts/Inter-ExtraBold.woff2'], weight: 800 },
41-
{ src: ['./src/assets/fonts/InterVariable.woff2'] },
36+
{
37+
src: ['./src/assets/fonts/Inter-Regular.woff2'],
38+
weight: 400,
39+
},
40+
{
41+
src: ['./src/assets/fonts/Inter-Medium.woff2'],
42+
weight: 500,
43+
},
44+
{
45+
src: ['./src/assets/fonts/Inter-SemiBold.woff2'],
46+
weight: 600,
47+
},
48+
{
49+
src: ['./src/assets/fonts/Inter-Bold.woff2'],
50+
weight: 700,
51+
},
52+
{
53+
src: ['./src/assets/fonts/Inter-ExtraBold.woff2'],
54+
weight: 800,
55+
},
4256
],
4357
},
4458
{

0 commit comments

Comments
 (0)