File tree 2 files changed +8
-8
lines changed
source/_patterns/00-base/icons
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 8
8
font-display : block ;
9
9
font-family : " missing-icons" ;
10
10
src :
11
- url (" #{$icons-path } functional/fonts/icons-empty.woff2?4r2096 " )
11
+ url (" #{$icons-path } functional/fonts/icons-empty.woff2?4r2097 " )
12
12
format (" woff2" ),
13
- url (" #{$icons-path } functional/fonts/icons-empty.woff?4r2096 " )
13
+ url (" #{$icons-path } functional/fonts/icons-empty.woff?4r2097 " )
14
14
format (" woff" );
15
15
}
16
16
27
27
font-style : normal ;
28
28
font-weight : normal ;
29
29
src :
30
- url (" #{$icons-path } functional/fonts/#{$icon-font-family + " -" + $icon-category } .woff2?4r2096 " )
30
+ url (" #{$icons-path } functional/fonts/#{$icon-font-family + " -" + $icon-category } .woff2?4r2097 " )
31
31
format (" woff2" ),
32
- url (" #{$icons-path } functional/fonts/#{$icon-font-family + " -" + $icon-category } .woff?4r2096 " )
32
+ url (" #{$icons-path } functional/fonts/#{$icon-font-family + " -" + $icon-category } .woff?4r2097 " )
33
33
format (" woff" );
34
34
35
35
unicode-range : unquote ($icon-font-unicodes );
Original file line number Diff line number Diff line change 16
16
font-style : normal ;
17
17
font-weight : normal ;
18
18
src :
19
- url (" #{$icons-path } functional/fonts/#{$icon-font-family } .woff2?4r2096 " )
19
+ url (" #{$icons-path } functional/fonts/#{$icon-font-family } .woff2?4r2097 " )
20
20
format (" woff2" ),
21
- url (" #{$icons-path } functional/fonts/#{$icon-font-family } .woff?4r2096 " )
21
+ url (" #{$icons-path } functional/fonts/#{$icon-font-family } .woff?4r2097 " )
22
22
format (" woff" );
23
23
}
24
24
}
29
29
font-style : normal ;
30
30
font-weight : normal ;
31
31
src :
32
- url (" #{$icons-path } functional/fonts/#{$icon-style } .woff2?4r2096 " )
32
+ url (" #{$icons-path } functional/fonts/#{$icon-style } .woff2?4r2097 " )
33
33
format (" woff2" ),
34
- url (" #{$icons-path } functional/fonts/#{$icon-style } .woff?4r2096 " )
34
+ url (" #{$icons-path } functional/fonts/#{$icon-style } .woff?4r2097 " )
35
35
format (" woff" );
36
36
}
37
37
}
You can’t perform that action at this time.
0 commit comments