File tree Expand file tree Collapse file tree 1 file changed +20
-6
lines changed Expand file tree Collapse file tree 1 file changed +20
-6
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,26 @@ export default defineConfig({
33
33
cssVariable : '--font-inter' ,
34
34
provider : 'local' ,
35
35
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
+ } ,
42
56
] ,
43
57
} ,
44
58
{
You can’t perform that action at this time.
0 commit comments