|
| 1 | +@use "common"; |
| 2 | + |
1 | 3 | @font-face {
|
2 | 4 | font-family: 'Open Sans';
|
3 | 5 | font-style: normal;
|
4 | 6 | font-weight: 400;
|
5 |
| - src: url('#{$puppet-common-font-path}/OpenSans-Regular.woff2') format('woff2'); |
| 7 | + src: url('#{common.$puppet-common-font-path}/OpenSans-Regular.woff2') format('woff2'); |
6 | 8 | unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
7 | 9 | U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
|
8 | 10 | U+FEFF, U+FFFD;
|
|
11 | 13 | font-family: 'Open Sans';
|
12 | 14 | font-style: italic;
|
13 | 15 | font-weight: 400;
|
14 |
| - src: url('#{$puppet-common-font-path}/OpenSans-RegularItalic.woff2') |
| 16 | + src: url('#{common.$puppet-common-font-path}/OpenSans-RegularItalic.woff2') |
15 | 17 | format('woff2');
|
16 | 18 | unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
17 | 19 | U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
|
|
21 | 23 | font-family: 'Open Sans';
|
22 | 24 | font-style: normal;
|
23 | 25 | font-weight: 600;
|
24 |
| - src: url('#{$puppet-common-font-path}/OpenSans-Semibold.woff2') |
| 26 | + src: url('#{common.$puppet-common-font-path}/OpenSans-Semibold.woff2') |
25 | 27 | format('woff2');
|
26 | 28 | unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
27 | 29 | U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
|
|
31 | 33 | font-family: 'Open Sans';
|
32 | 34 | font-style: italic;
|
33 | 35 | font-weight: 600;
|
34 |
| - src: url('#{$puppet-common-font-path}/OpenSans-SemiboldItalic.woff2') |
| 36 | + src: url('#{common.$puppet-common-font-path}/OpenSans-SemiboldItalic.woff2') |
35 | 37 | format('woff2');
|
36 | 38 | unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
37 | 39 | U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
|
|
41 | 43 | font-family: 'Open Sans';
|
42 | 44 | font-style: normal;
|
43 | 45 | font-weight: 700;
|
44 |
| - src: url('#{$puppet-common-font-path}/OpenSans-Bold.woff2') format('woff2'); |
| 46 | + src: url('#{common.$puppet-common-font-path}/OpenSans-Bold.woff2') format('woff2'); |
45 | 47 | unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
46 | 48 | U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
|
47 | 49 | U+FEFF, U+FFFD;
|
|
50 | 52 | font-family: 'Open Sans';
|
51 | 53 | font-style: italic;
|
52 | 54 | font-weight: 700;
|
53 |
| - src: url('#{$puppet-common-font-path}/OpenSans-BoldItalic.woff2') |
| 55 | + src: url('#{common.$puppet-common-font-path}/OpenSans-BoldItalic.woff2') |
54 | 56 | format('woff2');
|
55 | 57 | unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
56 | 58 | U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
|
|
61 | 63 | font-style: normal;
|
62 | 64 | font-weight: 600;
|
63 | 65 | src:
|
64 |
| - url('#{$puppet-common-font-path}/CalibreWeb-Semibold.woff2') format('woff2'), |
65 |
| - url('#{$puppet-common-font-path}/CalibreWeb-Semibold.woff') format('woff'); |
| 66 | + url('#{common.$puppet-common-font-path}/CalibreWeb-Semibold.woff2') format('woff2'), |
| 67 | + url('#{common.$puppet-common-font-path}/CalibreWeb-Semibold.woff') format('woff'); |
66 | 68 | }
|
67 | 69 | @font-face {
|
68 | 70 | font-family: Calibre;
|
69 | 71 | font-style: italic;
|
70 | 72 | font-weight: 600;
|
71 | 73 | src:
|
72 |
| - url('#{$puppet-common-font-path}/CalibreWeb-SemiboldItalic.woff2') |
| 74 | + url('#{common.$puppet-common-font-path}/CalibreWeb-SemiboldItalic.woff2') |
73 | 75 | format('woff2'),
|
74 |
| - url('#{$puppet-common-font-path}/CalibreWeb-SemiboldItalic.woff') |
| 76 | + url('#{common.$puppet-common-font-path}/CalibreWeb-SemiboldItalic.woff') |
75 | 77 | format('woff');
|
76 | 78 | }
|
77 | 79 |
|
|
80 | 82 | font-style: normal;
|
81 | 83 | font-weight: 400;
|
82 | 84 | src:
|
83 |
| - url('#{$puppet-common-font-path}/Inconsolata-Regular.woff2') format('woff2'), |
84 |
| - url('#{$puppet-common-font-path}/Inconsolata-Regular.woff') format('woff'); |
| 85 | + url('#{common.$puppet-common-font-path}/Inconsolata-Regular.woff2') format('woff2'), |
| 86 | + url('#{common.$puppet-common-font-path}/Inconsolata-Regular.woff') format('woff'); |
85 | 87 | }
|
86 | 88 |
|
87 | 89 | @font-face {
|
88 | 90 | font-family: Inconsolata;
|
89 | 91 | font-style: normal;
|
90 | 92 | font-weight: 700;
|
91 | 93 | src:
|
92 |
| - url('#{$puppet-common-font-path}/Inconsolata-Bold.woff2') format('woff2'), |
93 |
| - url('#{$puppet-common-font-path}/Inconsolata-Bold.woff') format('woff'); |
| 94 | + url('#{common.$puppet-common-font-path}/Inconsolata-Bold.woff2') format('woff2'), |
| 95 | + url('#{common.$puppet-common-font-path}/Inconsolata-Bold.woff') format('woff'); |
94 | 96 | }
|
0 commit comments