@@ -26,37 +26,37 @@ $webfont-variants: (
26
26
' normal' : (
27
27
' font-family' : $webfont-family-name ,
28
28
' font-style' : normal ,
29
- ' font-weight' : var ( custom-property . name ( ' font-weight ' , ' normal ' )) ,
29
+ ' font-weight' : 400 ,
30
30
' filename' : ' poppins-v20-latin-400' ,
31
31
),
32
32
' italic' : (
33
33
' font-family' : $webfont-family-name ,
34
34
' font-style' : italic ,
35
- ' font-weight' : var ( custom-property . name ( ' font-weight ' , ' normal ' )) ,
35
+ ' font-weight' : 400 ,
36
36
' filename' : ' poppins-v20-latin-400italic' ,
37
37
),
38
38
' medium' : (
39
39
' font-family' : $webfont-family-name ,
40
40
' font-style' : normal ,
41
- ' font-weight' : var ( custom-property . name ( ' font-weight ' , ' medium ' )) ,
41
+ ' font-weight' : 500 ,
42
42
' filename' : ' poppins-v20-latin-500' ,
43
43
),
44
44
' medium-italic' : (
45
45
' font-family' : $webfont-family-name ,
46
46
' font-style' : italic ,
47
- ' font-weight' : var ( custom-property . name ( ' font-weight ' , ' medium ' )) ,
47
+ ' font-weight' : 500 ,
48
48
' filename' : ' poppins-v20-latin-500italic' ,
49
49
),
50
50
' semibold' : (
51
51
' font-family' : $webfont-family-name ,
52
52
' font-style' : normal ,
53
- ' font-weight' : var ( custom-property . name ( ' font-weight ' , ' semibold ' )) ,
53
+ ' font-weight' : 600 ,
54
54
' filename' : ' poppins-v20-latin-600' ,
55
55
),
56
56
' semibold-italic' : (
57
57
' font-family' : $webfont-family-name ,
58
58
' font-style' : italic ,
59
- ' font-weight' : var ( custom-property . name ( ' font-weight ' , ' semibold ' )) ,
59
+ ' font-weight' : 600 ,
60
60
' filename' : ' poppins-v20-latin-600italic' ,
61
61
),
62
62
) !default ;
0 commit comments