File tree 1 file changed +4
-4
lines changed
app/design/frontend/Magento/blank/web/css/source 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
10
10
& when (@media-common = true ) {
11
11
.lib-font-face (
12
- @family-name : @font-family-name__base ,
12
+ @family-name : ' Open Sans ' ,
13
13
@font-path : ' @{baseDir} fonts/opensans/light/opensans-300' ,
14
14
@font-weight : 300 ,
15
15
@font-style : normal ,
16
16
@font-display : swap
17
17
);
18
18
19
19
.lib-font-face (
20
- @family-name : @font-family-name__base ,
20
+ @family-name : ' Open Sans ' ,
21
21
@font-path : ' @{baseDir} fonts/opensans/regular/opensans-400' ,
22
22
@font-weight : 400 ,
23
23
@font-style : normal ,
24
24
@font-display : swap
25
25
);
26
26
27
27
.lib-font-face (
28
- @family-name : @font-family-name__base ,
28
+ @family-name : ' Open Sans ' ,
29
29
@font-path : ' @{baseDir} fonts/opensans/semibold/opensans-600' ,
30
30
@font-weight : 600 ,
31
31
@font-style : normal ,
32
32
@font-display : swap
33
33
);
34
34
35
35
.lib-font-face (
36
- @family-name : @font-family-name__base ,
36
+ @family-name : ' Open Sans ' ,
37
37
@font-path : ' @{baseDir} fonts/opensans/bold/opensans-700' ,
38
38
@font-weight : 700 ,
39
39
@font-style : normal ,
You can’t perform that action at this time.
0 commit comments