Commit 5801ea7 1 parent 521002b commit 5801ea7 Copy full SHA for 5801ea7
File tree 1 file changed +4
-0
lines changed
source/_patterns/00-base/type
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 15
15
font-weight : $font-weight ;
16
16
@if $font-local-name and $font-local-name-short {
17
17
src :
18
+ local (" #{$font-name } " ),
18
19
local (" #{$font-local-name } " ),
19
20
local (" #{$font-local-name-short } " ),
20
21
url (" #{$fonts-path }#{$font-filename } .woff2?4r0080" )
23
24
format (" woff" );
24
25
} @else if $font-local-name {
25
26
src :
27
+ local (" #{$font-name } " ),
26
28
local (" #{$font-local-name } " ),
27
29
url (" #{$fonts-path }#{$font-filename } .woff2?4r0080" )
28
30
format (" woff2" ),
29
31
url (" #{$fonts-path }#{$font-filename } .woff?4r0080" )
30
32
format (" woff" );
31
33
} @else if $font-local-name-short {
32
34
src :
35
+ local (" #{$font-name } " ),
33
36
local (" #{$font-local-name-short } " ),
34
37
url (" #{$fonts-path }#{$font-filename } .woff2?4r0080" )
35
38
format (" woff2" ),
36
39
url (" #{$fonts-path }#{$font-filename } .woff?4r0080" )
37
40
format (" woff" );
38
41
} @else {
39
42
src :
43
+ local (" #{$font-name } " ),
40
44
url (" #{$fonts-path }#{$font-filename } .woff2?4r0080" )
41
45
format (" woff2" ),
42
46
url (" #{$fonts-path }#{$font-filename } .woff?4r0080" )
You can’t perform that action at this time.
0 commit comments