File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/design/frontend/Magento/blank/web/css/source Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 99
1010& when (@media-common = true ) {
1111 .lib-font-face (
12- @family-name : @font-family-name__base ,
12+ @family-name : ' Open Sans ' ,
1313 @font-path : ' @{baseDir} fonts/opensans/light/opensans-300' ,
1414 @font-weight : 300 ,
1515 @font-style : normal ,
1616 @font-display : swap
1717 );
1818
1919 .lib-font-face (
20- @family-name : @font-family-name__base ,
20+ @family-name : ' Open Sans ' ,
2121 @font-path : ' @{baseDir} fonts/opensans/regular/opensans-400' ,
2222 @font-weight : 400 ,
2323 @font-style : normal ,
2424 @font-display : swap
2525 );
2626
2727 .lib-font-face (
28- @family-name : @font-family-name__base ,
28+ @family-name : ' Open Sans ' ,
2929 @font-path : ' @{baseDir} fonts/opensans/semibold/opensans-600' ,
3030 @font-weight : 600 ,
3131 @font-style : normal ,
3232 @font-display : swap
3333 );
3434
3535 .lib-font-face (
36- @family-name : @font-family-name__base ,
36+ @family-name : ' Open Sans ' ,
3737 @font-path : ' @{baseDir} fonts/opensans/bold/opensans-700' ,
3838 @font-weight : 700 ,
3939 @font-style : normal ,
You can’t perform that action at this time.
0 commit comments