File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
source/_patterns/00-base/type Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 1515 font-weight : $font-weight ;
1616 @if $font-local-name and $font-local-name-short {
1717 src :
18+ local (" #{$font-name } " ),
1819 local (" #{$font-local-name } " ),
1920 local (" #{$font-local-name-short } " ),
2021 url (" #{$fonts-path }#{$font-filename } .woff2?4r0080" )
2324 format (" woff" );
2425 } @else if $font-local-name {
2526 src :
27+ local (" #{$font-name } " ),
2628 local (" #{$font-local-name } " ),
2729 url (" #{$fonts-path }#{$font-filename } .woff2?4r0080" )
2830 format (" woff2" ),
2931 url (" #{$fonts-path }#{$font-filename } .woff?4r0080" )
3032 format (" woff" );
3133 } @else if $font-local-name-short {
3234 src :
35+ local (" #{$font-name } " ),
3336 local (" #{$font-local-name-short } " ),
3437 url (" #{$fonts-path }#{$font-filename } .woff2?4r0080" )
3538 format (" woff2" ),
3639 url (" #{$fonts-path }#{$font-filename } .woff?4r0080" )
3740 format (" woff" );
3841 } @else {
3942 src :
43+ local (" #{$font-name } " ),
4044 url (" #{$fonts-path }#{$font-filename } .woff2?4r0080" )
4145 format (" woff2" ),
4246 url (" #{$fonts-path }#{$font-filename } .woff?4r0080" )
You can’t perform that action at this time.
0 commit comments