@geoscene/core 4.24.9 → 4.24.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/components/assets/date-picker/nls/bg.json +31 -31
- package/assets/components/assets/date-picker/nls/bs.json +32 -32
- package/assets/components/assets/date-picker/nls/ca.json +32 -32
- package/assets/components/assets/date-picker/nls/cs.json +32 -32
- package/assets/components/assets/date-picker/nls/da.json +32 -32
- package/assets/components/assets/date-picker/nls/de-CH.json +29 -29
- package/assets/components/assets/date-picker/nls/de.json +32 -32
- package/assets/components/assets/date-picker/nls/el.json +32 -32
- package/assets/components/assets/date-picker/nls/en-AU.json +30 -30
- package/assets/components/assets/date-picker/nls/en-CA.json +14 -14
- package/assets/components/assets/date-picker/nls/en-GB.json +29 -29
- package/assets/components/assets/date-picker/nls/en.json +31 -31
- package/assets/components/assets/date-picker/nls/es-MX.json +29 -29
- package/assets/components/assets/date-picker/nls/es.json +32 -32
- package/assets/components/assets/date-picker/nls/et.json +32 -32
- package/assets/components/assets/date-picker/nls/fi.json +45 -45
- package/assets/components/assets/date-picker/nls/fr-CH.json +32 -32
- package/assets/components/assets/date-picker/nls/fr.json +32 -32
- package/assets/components/assets/date-picker/nls/he.json +19 -19
- package/assets/components/assets/date-picker/nls/hi.json +32 -32
- package/assets/components/assets/date-picker/nls/hr.json +32 -32
- package/assets/components/assets/date-picker/nls/hu.json +32 -32
- package/assets/components/assets/date-picker/nls/id.json +32 -32
- package/assets/components/assets/date-picker/nls/it-CH.json +32 -32
- package/assets/components/assets/date-picker/nls/it.json +32 -32
- package/assets/components/assets/date-picker/nls/ja.json +22 -22
- package/assets/components/assets/date-picker/nls/ko.json +22 -22
- package/assets/components/assets/date-picker/nls/lt.json +53 -53
- package/assets/components/assets/date-picker/nls/lv.json +45 -45
- package/assets/components/assets/date-picker/nls/mk.json +32 -32
- package/assets/components/assets/date-picker/nls/nl.json +32 -32
- package/assets/components/assets/date-picker/nls/pl.json +32 -32
- package/assets/components/assets/date-picker/nls/pt-BR.json +31 -31
- package/assets/components/assets/date-picker/nls/pt.json +31 -31
- package/assets/components/assets/date-picker/nls/ro.json +32 -32
- package/assets/components/assets/date-picker/nls/sk.json +32 -32
- package/assets/components/assets/date-picker/nls/sl.json +32 -32
- package/assets/components/assets/date-picker/nls/sr.json +32 -32
- package/assets/components/assets/date-picker/nls/sv.json +32 -32
- package/assets/components/assets/date-picker/nls/tr.json +32 -32
- package/assets/components/assets/date-picker/nls/uk.json +32 -32
- package/assets/components/assets/date-picker/nls/vi.json +45 -45
- package/assets/components/assets/date-picker/nls/zh-CN.json +22 -22
- package/assets/components/assets/date-picker/nls/zh-HK.json +22 -22
- package/assets/components/assets/date-picker/nls/zh-TW.json +22 -22
- package/assets/geoscene/css/main.scss +1 -1
- package/assets/geoscene/css/view.scss +1 -1
- package/assets/geoscene/themes/base/_colorVariables.scss +1 -1
- package/assets/geoscene/themes/base/_functions.scss +23 -23
- package/assets/geoscene/themes/base/_layout.scss +11 -11
- package/assets/geoscene/themes/base/_sizes.scss +130 -130
- package/assets/geoscene/themes/base/_type.scss +27 -27
- package/assets/geoscene/themes/base/colors/css/brand_colors.css +76 -76
- package/assets/geoscene/themes/base/colors/css/calcite_core_colors.css +169 -169
- package/assets/geoscene/themes/base/colors/css/calcite_core_colors_dark.css +169 -169
- package/assets/geoscene/themes/base/colors/css/calcite_gray_colors.css +43 -43
- package/assets/geoscene/themes/base/colors/css/calcite_gray_colors_dark.css +43 -43
- package/assets/geoscene/themes/base/colors/css/calcite_highlight_colors.css +43 -43
- package/assets/geoscene/themes/base/colors/css/calcite_highlight_colors_dark.css +43 -43
- package/assets/geoscene/themes/base/colors/css/calcite_vibrant_colors.css +67 -67
- package/assets/geoscene/themes/base/colors/css/calcite_vibrant_colors_dark.css +67 -67
- package/assets/geoscene/themes/base/colors/css/complete.css +610 -610
- package/assets/geoscene/themes/base/colors/css/scss/brand_colors.scss +127 -127
- package/assets/geoscene/themes/base/colors/css/scss/calcite_core_colors.scss +289 -289
- package/assets/geoscene/themes/base/colors/css/scss/calcite_core_colors_dark.scss +285 -285
- package/assets/geoscene/themes/base/colors/css/scss/calcite_gray_colors.scss +96 -96
- package/assets/geoscene/themes/base/colors/css/scss/calcite_gray_colors_dark.scss +91 -91
- package/assets/geoscene/themes/base/colors/css/scss/calcite_highlight_colors.scss +68 -68
- package/assets/geoscene/themes/base/colors/css/scss/calcite_highlight_colors_dark.scss +64 -64
- package/assets/geoscene/themes/base/colors/css/scss/calcite_vibrant_colors.scss +128 -128
- package/assets/geoscene/themes/base/colors/css/scss/calcite_vibrant_colors_dark.scss +124 -124
- package/assets/geoscene/themes/base/colors/css/scss/complete.scss +11 -11
- package/assets/geoscene/themes/base/colors/patterns_json/brand_colors.css +366 -366
- package/assets/geoscene/themes/base/colors/patterns_json/calcite_core_colors.css +687 -687
- package/assets/geoscene/themes/base/colors/patterns_json/calcite_core_colors_dark.css +673 -673
- package/assets/geoscene/themes/base/colors/patterns_json/calcite_gray_colors.css +177 -177
- package/assets/geoscene/themes/base/colors/patterns_json/calcite_gray_colors_dark.css +169 -169
- package/assets/geoscene/themes/base/colors/patterns_json/calcite_highlight_colors.css +178 -178
- package/assets/geoscene/themes/base/colors/patterns_json/calcite_highlight_colors_dark.css +169 -169
- package/assets/geoscene/themes/base/colors/patterns_json/calcite_vibrant_colors.css +273 -273
- package/assets/geoscene/themes/base/colors/patterns_json/calcite_vibrant_colors_dark.css +265 -265
- package/assets/geoscene/themes/base/colors/patterns_json/complete.css +2847 -2847
- package/assets/geoscene/themes/base/colors/patterns_json/scss/brand_colors.scss +464 -464
- package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_core_colors.scss +967 -967
- package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_core_colors_dark.scss +964 -964
- package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_gray_colors.scss +265 -265
- package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_gray_colors_dark.scss +263 -263
- package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_highlight_colors.scss +236 -236
- package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_highlight_colors_dark.scss +234 -234
- package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_vibrant_colors.scss +376 -376
- package/assets/geoscene/themes/base/colors/patterns_json/scss/calcite_vibrant_colors_dark.scss +347 -347
- package/assets/geoscene/themes/base/colors/patterns_json/scss/complete.scss +11 -11
- package/assets/geoscene/themes/base/colors/scss/variables.scss +148 -148
- package/assets/geoscene/themes/base/colors/scss/variables_dark.scss +150 -150
- package/assets/geoscene/themes/base/fonts/cdn.scss +2 -2
- package/assets/geoscene/themes/base/fonts/fonts/fonts.css +1 -1
- package/assets/geoscene/themes/base/fonts/fonts.css +1 -1
- package/assets/geoscene/themes/base/fonts/fonts.scss +502 -502
- package/assets/geoscene/themes/base/icons/demo-files/demo.css +152 -152
- package/assets/geoscene/themes/base/icons/fonts/CalciteWebCoreIcons.svg +196 -196
- package/assets/geoscene/themes/base/widgets/_Measurement.scss +6 -6
- package/assets/geoscene/themes/light/view.scss +9 -9
- package/assets/geoscene/views/3d/analysis/Slice/images/heading-rotate.svg +4 -4
- package/assets/geoscene/views/3d/analysis/Slice/images/tilt-rotate.svg +80 -80
- package/assets/geoscene/views/3d/webgl-engine/lib/intersectorUtils.svg +117 -117
- package/assets/geoscene/views/magnifier/mask.ts.svg +5 -5
- package/assets/geoscene/views/magnifier/overlay.ts.svg +36 -36
- package/interfaces.d.ts +2 -2
- package/package.json +1 -1
- package/support/groundUtils.js +1 -1
|
@@ -1,502 +1,502 @@
|
|
|
1
|
-
$calcite-fonts-path: "./fonts/" !default;
|
|
2
|
-
$calcite-fonts-display: auto !default;
|
|
3
|
-
|
|
4
|
-
/*
|
|
5
|
-
┌─────────────┐
|
|
6
|
-
│ Basic Latin │
|
|
7
|
-
└─────────────┘
|
|
8
|
-
Basic Latin, Latin-1 Supplement, General Punctuation, Superscripts and Subscripts,
|
|
9
|
-
Currency Symbols, Letterlike Symbols, Mathematical Operators
|
|
10
|
-
*/
|
|
11
|
-
@font-face {
|
|
12
|
-
font-family: "Avenir Next";
|
|
13
|
-
src: url("#{$calcite-fonts-path}77156710-6a58-4606-b189-b4185e75967b.woff2") format("woff2"),
|
|
14
|
-
url("#{$calcite-fonts-path}3d5260a1-e4cd-4567-80ed-69d23c40355f.woff") format("woff");
|
|
15
|
-
font-weight: 300;
|
|
16
|
-
font-style: normal;
|
|
17
|
-
font-display: $calcite-fonts-display;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
@font-face {
|
|
21
|
-
font-family: "Avenir Next";
|
|
22
|
-
src: url("#{$calcite-fonts-path}77caabd3-1877-4634-85c8-8e398a093b99.woff2") format("woff2"),
|
|
23
|
-
url("#{$calcite-fonts-path}e388ac99-8c6a-4451-8690-1d15b4d45adb.woff") format("woff");
|
|
24
|
-
font-weight: 400;
|
|
25
|
-
font-style: normal;
|
|
26
|
-
font-display: $calcite-fonts-display;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
@font-face {
|
|
30
|
-
font-family: "Avenir Next";
|
|
31
|
-
src: url("#{$calcite-fonts-path}014f2daa-c310-4a36-b9fd-79a8e0c48d44.woff2") format("woff2"),
|
|
32
|
-
url("#{$calcite-fonts-path}12b00842-ec20-4c7f-aa72-802fb00f6cc4.woff") format("woff");
|
|
33
|
-
font-weight: 400;
|
|
34
|
-
font-style: italic;
|
|
35
|
-
font-display: $calcite-fonts-display;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
@font-face {
|
|
39
|
-
font-family: "Avenir Next";
|
|
40
|
-
src: url("#{$calcite-fonts-path}b0b84e4d-2164-45c7-a674-1662f19f3ba6-basic.woff2") format("woff2"),
|
|
41
|
-
url("#{$calcite-fonts-path}e91d1bbf-3fea-45e2-b003-a22b12ce6e5f-basic.woff") format("woff");
|
|
42
|
-
font-weight: 500;
|
|
43
|
-
font-style: normal;
|
|
44
|
-
font-display: $calcite-fonts-display;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
@font-face {
|
|
48
|
-
font-family: "Avenir Next";
|
|
49
|
-
src: url("#{$calcite-fonts-path}e78b17bb-11fb-4860-8d66-4ee0d0c1e117.woff2") format("woff2"),
|
|
50
|
-
url("#{$calcite-fonts-path}d4ffabb3-dd7c-472a-bdfb-6700383c6354.woff") format("woff");
|
|
51
|
-
font-weight: 700;
|
|
52
|
-
font-style: normal;
|
|
53
|
-
font-display: $calcite-fonts-display;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
/*
|
|
57
|
-
┌──────────────────┐
|
|
58
|
-
│ Latin Extended │
|
|
59
|
-
└──────────────────┘
|
|
60
|
-
Latin Extended A, Latin Extended B, Spacing Modifier Characters, Latin Extended Additional
|
|
61
|
-
*/
|
|
62
|
-
@font-face {
|
|
63
|
-
font-family: "Avenir Next";
|
|
64
|
-
src: url("#{$calcite-fonts-path}77156710-6a58-4606-b189-b4185e75967b-ext.woff2") format("woff2"),
|
|
65
|
-
url("#{$calcite-fonts-path}3d5260a1-e4cd-4567-80ed-69d23c40355f-ext.woff") format("woff");
|
|
66
|
-
font-weight: 300;
|
|
67
|
-
font-style: normal;
|
|
68
|
-
unicode-range: U+0100-017F, U+0180-024F, U+1E00-1EFF, U+02B0-02FF;
|
|
69
|
-
font-display: $calcite-fonts-display;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
@font-face {
|
|
73
|
-
font-family: "Avenir Next";
|
|
74
|
-
src: url("#{$calcite-fonts-path}77caabd3-1877-4634-85c8-8e398a093b99-ext.woff2") format("woff2"),
|
|
75
|
-
url("#{$calcite-fonts-path}e388ac99-8c6a-4451-8690-1d15b4d45adb-ext.woff") format("woff");
|
|
76
|
-
font-weight: 400;
|
|
77
|
-
font-style: normal;
|
|
78
|
-
unicode-range: U+0100-017F, U+0180-024F, U+1E00-1EFF, U+02B0-02FF;
|
|
79
|
-
font-display: $calcite-fonts-display;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
@font-face {
|
|
83
|
-
font-family: "Avenir Next";
|
|
84
|
-
src: url("#{$calcite-fonts-path}014f2daa-c310-4a36-b9fd-79a8e0c48d44-ext.woff2") format("woff2"),
|
|
85
|
-
url("#{$calcite-fonts-path}12b00842-ec20-4c7f-aa72-802fb00f6cc4-ext.woff") format("woff");
|
|
86
|
-
font-weight: 400;
|
|
87
|
-
font-style: italic;
|
|
88
|
-
unicode-range: U+0100-017F, U+0180-024F, U+1E00-1EFF, U+02B0-02FF;
|
|
89
|
-
font-display: $calcite-fonts-display;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
@font-face {
|
|
93
|
-
font-family: "Avenir Next";
|
|
94
|
-
src: url("#{$calcite-fonts-path}b0b84e4d-2164-45c7-a674-1662f19f3ba6-ext.woff2") format("woff2"),
|
|
95
|
-
url("#{$calcite-fonts-path}e91d1bbf-3fea-45e2-b003-a22b12ce6e5f-ext.woff") format("woff");
|
|
96
|
-
font-weight: 500;
|
|
97
|
-
font-style: normal;
|
|
98
|
-
unicode-range: U+0100-017F, U+0180-024F, U+1E00-1EFF, U+02B0-02FF;
|
|
99
|
-
font-display: $calcite-fonts-display;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
@font-face {
|
|
103
|
-
font-family: "Avenir Next";
|
|
104
|
-
src: url("#{$calcite-fonts-path}e78b17bb-11fb-4860-8d66-4ee0d0c1e117-ext.woff2") format("woff2"),
|
|
105
|
-
url("#{$calcite-fonts-path}d4ffabb3-dd7c-472a-bdfb-6700383c6354-ext.woff") format("woff");
|
|
106
|
-
font-weight: 700;
|
|
107
|
-
font-style: normal;
|
|
108
|
-
unicode-range: U+0100-017F, U+0180-024F, U+1E00-1EFF, U+02B0-02FF;
|
|
109
|
-
font-display: $calcite-fonts-display;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
/*
|
|
113
|
-
┌───────┐
|
|
114
|
-
│ Greek │
|
|
115
|
-
└───────┘
|
|
116
|
-
Greek and Coptic
|
|
117
|
-
*/
|
|
118
|
-
@font-face {
|
|
119
|
-
font-family: "Avenir Next";
|
|
120
|
-
src: url("#{$calcite-fonts-path}77156710-6a58-4606-b189-b4185e75967b-greek.woff2") format("woff2"),
|
|
121
|
-
url("#{$calcite-fonts-path}3d5260a1-e4cd-4567-80ed-69d23c40355f-greek.woff") format("woff");
|
|
122
|
-
font-weight: 300;
|
|
123
|
-
font-style: normal;
|
|
124
|
-
unicode-range: U+0370-03FF;
|
|
125
|
-
font-display: $calcite-fonts-display;
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
@font-face {
|
|
129
|
-
font-family: "Avenir Next";
|
|
130
|
-
src: url("#{$calcite-fonts-path}77caabd3-1877-4634-85c8-8e398a093b99-greek.woff2") format("woff2"),
|
|
131
|
-
url("#{$calcite-fonts-path}e388ac99-8c6a-4451-8690-1d15b4d45adb-greek.woff") format("woff");
|
|
132
|
-
font-weight: 400;
|
|
133
|
-
font-style: normal;
|
|
134
|
-
unicode-range: U+0370-03FF;
|
|
135
|
-
font-display: $calcite-fonts-display;
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
@font-face {
|
|
139
|
-
font-family: "Avenir Next";
|
|
140
|
-
src: url("#{$calcite-fonts-path}014f2daa-c310-4a36-b9fd-79a8e0c48d44-greek.woff2") format("woff2"),
|
|
141
|
-
url("#{$calcite-fonts-path}12b00842-ec20-4c7f-aa72-802fb00f6cc4-greek.woff") format("woff");
|
|
142
|
-
font-weight: 400;
|
|
143
|
-
font-style: italic;
|
|
144
|
-
unicode-range: U+0370-03FF;
|
|
145
|
-
font-display: $calcite-fonts-display;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
@font-face {
|
|
149
|
-
font-family: "Avenir Next";
|
|
150
|
-
src: url("#{$calcite-fonts-path}a1049d00-54ad-4589-95b8-d353f7ab52f0-greek.woff2") format("woff2"),
|
|
151
|
-
url("#{$calcite-fonts-path}13faf0ae-dcab-4d1c-9c08-f9ca339b6023-greek.woff") format("woff");
|
|
152
|
-
font-weight: 500;
|
|
153
|
-
font-style: normal;
|
|
154
|
-
unicode-range: U+0370-03FF;
|
|
155
|
-
font-display: $calcite-fonts-display;
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
@font-face {
|
|
159
|
-
font-family: "Avenir Next";
|
|
160
|
-
src: url("#{$calcite-fonts-path}e78b17bb-11fb-4860-8d66-4ee0d0c1e117-greek.woff2") format("woff2"),
|
|
161
|
-
url("#{$calcite-fonts-path}d4ffabb3-dd7c-472a-bdfb-6700383c6354-greek.woff") format("woff");
|
|
162
|
-
font-weight: 700;
|
|
163
|
-
font-style: normal;
|
|
164
|
-
unicode-range: U+0370-03FF;
|
|
165
|
-
font-display: $calcite-fonts-display;
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
/*
|
|
169
|
-
┌──────────┐
|
|
170
|
-
│ Cyrillic │
|
|
171
|
-
└──────────┘
|
|
172
|
-
Cyrillic
|
|
173
|
-
*/
|
|
174
|
-
@font-face {
|
|
175
|
-
font-family: "Avenir Next";
|
|
176
|
-
src: url("#{$calcite-fonts-path}174d458a-81e0-4174-9473-35e3bf0a613c.woff2") format("woff2"),
|
|
177
|
-
url("#{$calcite-fonts-path}57a79aa3-9b06-4ba7-a9a4-2b766d826ecf.woff") format("woff");
|
|
178
|
-
font-weight: 300;
|
|
179
|
-
font-style: normal;
|
|
180
|
-
unicode-range: U+0400-04FF;
|
|
181
|
-
font-display: $calcite-fonts-display;
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
@font-face {
|
|
185
|
-
font-family: "Avenir Next";
|
|
186
|
-
src: url("#{$calcite-fonts-path}7db1f672-3a8f-4d19-9c49-7f61aed450b5.woff2") format("woff2"),
|
|
187
|
-
url("#{$calcite-fonts-path}4ab86b35-c0c2-42b5-98ad-4b6eba66b197.woff") format("woff");
|
|
188
|
-
font-weight: 400;
|
|
189
|
-
font-style: normal;
|
|
190
|
-
unicode-range: U+0400-04FF;
|
|
191
|
-
font-display: $calcite-fonts-display;
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
@font-face {
|
|
195
|
-
font-family: "Avenir Next";
|
|
196
|
-
src: url("#{$calcite-fonts-path}b17468ea-cf53-4635-984b-4d930a68ed4d.woff2") format("woff2"),
|
|
197
|
-
url("#{$calcite-fonts-path}4d1d0d0d-9ea6-4117-901f-8b32ca1ab936.woff") format("woff");
|
|
198
|
-
font-weight: 400;
|
|
199
|
-
font-style: italic;
|
|
200
|
-
unicode-range: U+0400-04FF;
|
|
201
|
-
font-display: $calcite-fonts-display;
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
@font-face {
|
|
205
|
-
font-family: "Avenir Next";
|
|
206
|
-
src: url("#{$calcite-fonts-path}b0b84e4d-2164-45c7-a674-1662f19f3ba6.woff2") format("woff2"),
|
|
207
|
-
url("#{$calcite-fonts-path}e91d1bbf-3fea-45e2-b003-a22b12ce6e5f.woff") format("woff");
|
|
208
|
-
font-weight: 500;
|
|
209
|
-
font-style: normal;
|
|
210
|
-
unicode-range: U+0400-04FF;
|
|
211
|
-
font-display: $calcite-fonts-display;
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
@font-face {
|
|
215
|
-
font-family: "Avenir Next";
|
|
216
|
-
src: url("#{$calcite-fonts-path}40d36b4a-60c6-460a-bf43-4c948c23563e.woff2") format("woff2"),
|
|
217
|
-
url("#{$calcite-fonts-path}45b78f45-e639-4836-8612-e0892e120f14.woff") format("woff");
|
|
218
|
-
font-weight: 700;
|
|
219
|
-
font-style: normal;
|
|
220
|
-
unicode-range: U+0400-04FF;
|
|
221
|
-
font-display: $calcite-fonts-display;
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
/*
|
|
225
|
-
┌──────────┐
|
|
226
|
-
│ Georgian │
|
|
227
|
-
└──────────┘
|
|
228
|
-
Georgian
|
|
229
|
-
*/
|
|
230
|
-
@font-face {
|
|
231
|
-
font-family: "Avenir Next";
|
|
232
|
-
src: url("#{$calcite-fonts-path}281f890c-8412-4ee3-84ed-8b5d062d2ab8.woff2") format("woff2"),
|
|
233
|
-
url("#{$calcite-fonts-path}5729f02e-f6b0-4f35-8ee5-c2cffa65fa76.woff") format("woff");
|
|
234
|
-
font-weight: 300; /* there is no 300 in georgian, so use the same files as 400 instead */
|
|
235
|
-
font-style: normal;
|
|
236
|
-
unicode-range: U+10A0-10FF;
|
|
237
|
-
font-display: $calcite-fonts-display;
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
@font-face {
|
|
241
|
-
font-family: "Avenir Next";
|
|
242
|
-
src: url("#{$calcite-fonts-path}281f890c-8412-4ee3-84ed-8b5d062d2ab8.woff2") format("woff2"),
|
|
243
|
-
url("#{$calcite-fonts-path}5729f02e-f6b0-4f35-8ee5-c2cffa65fa76.woff") format("woff");
|
|
244
|
-
font-weight: 400;
|
|
245
|
-
font-style: normal;
|
|
246
|
-
unicode-range: U+10A0-10FF;
|
|
247
|
-
font-display: $calcite-fonts-display;
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
@font-face {
|
|
251
|
-
font-family: "Avenir Next";
|
|
252
|
-
src: url("#{$calcite-fonts-path}1fed34fa-250a-4d32-9f1d-42f978a2e0b2.woff2") format("woff2"),
|
|
253
|
-
url("#{$calcite-fonts-path}e57662ff-b1ef-4122-88c1-61bbdabeb365.woff") format("woff");
|
|
254
|
-
font-weight: 500;
|
|
255
|
-
font-style: normal;
|
|
256
|
-
unicode-range: U+10A0-10FF;
|
|
257
|
-
font-display: $calcite-fonts-display;
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
@font-face {
|
|
261
|
-
font-family: "Avenir Next";
|
|
262
|
-
src: url("#{$calcite-fonts-path}2200dfff-da50-40b0-bc12-5e4b872a1998.woff2") format("woff2"),
|
|
263
|
-
url("#{$calcite-fonts-path}dc10b3bd-5076-4df5-a5f5-e5961f4a6938.woff") format("woff");
|
|
264
|
-
font-weight: 700;
|
|
265
|
-
font-style: normal;
|
|
266
|
-
unicode-range: U+10A0-10FF;
|
|
267
|
-
font-display: $calcite-fonts-display;
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
/*
|
|
271
|
-
┌────────┐
|
|
272
|
-
│ Arabic │
|
|
273
|
-
└────────┘
|
|
274
|
-
Arabic, Arabic Presentation Forms A, Arabic Presentation Forms B
|
|
275
|
-
*/
|
|
276
|
-
@font-face {
|
|
277
|
-
font-family: "Avenir Next";
|
|
278
|
-
src: url("#{$calcite-fonts-path}2a1ae9a5-b6b5-405c-b660-bbdf1b356952.woff2") format("woff2"),
|
|
279
|
-
url("#{$calcite-fonts-path}a8aeea1b-1a9d-45b7-8ad9-7c71824599e2.woff") format("woff");
|
|
280
|
-
font-weight: 300;
|
|
281
|
-
font-style: normal;
|
|
282
|
-
unicode-range: U+0600-06FF, U+FB50-FDFF, U+FE70-FEFF;
|
|
283
|
-
font-display: $calcite-fonts-display;
|
|
284
|
-
}
|
|
285
|
-
|
|
286
|
-
@font-face {
|
|
287
|
-
font-family: "Avenir Next";
|
|
288
|
-
src: url("#{$calcite-fonts-path}6ea5fa46-5311-450b-8744-288a30c55348.woff2") format("woff2"),
|
|
289
|
-
url("#{$calcite-fonts-path}d9e4040d-32ff-4a1c-ac04-927a781da1f5.woff") format("woff");
|
|
290
|
-
font-weight: 400;
|
|
291
|
-
font-style: normal;
|
|
292
|
-
unicode-range: U+0600-06FF, U+FB50-FDFF, U+FE70-FEFF;
|
|
293
|
-
font-display: $calcite-fonts-display;
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
@font-face {
|
|
297
|
-
font-family: "Avenir Next";
|
|
298
|
-
src: url("#{$calcite-fonts-path}97694c53-4e94-4f9e-969b-a148adfcdcfd.woff2") format("woff2"),
|
|
299
|
-
url("#{$calcite-fonts-path}8b01637a-f445-4f10-92ea-b84a355f7690.woff") format("woff");
|
|
300
|
-
font-weight: 500; /* there is no 500 in Neue Helvetica Arabic, so use the same files as 700 instead */
|
|
301
|
-
font-style: normal;
|
|
302
|
-
unicode-range: U+0600-06FF, U+FB50-FDFF, U+FE70-FEFF;
|
|
303
|
-
font-display: $calcite-fonts-display;
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
@font-face {
|
|
307
|
-
font-family: "Avenir Next";
|
|
308
|
-
src: url("#{$calcite-fonts-path}97694c53-4e94-4f9e-969b-a148adfcdcfd.woff2") format("woff2"),
|
|
309
|
-
url("#{$calcite-fonts-path}8b01637a-f445-4f10-92ea-b84a355f7690.woff") format("woff");
|
|
310
|
-
font-weight: 700;
|
|
311
|
-
font-style: normal;
|
|
312
|
-
unicode-range: U+0600-06FF, U+FB50-FDFF, U+FE70-FEFF;
|
|
313
|
-
font-display: $calcite-fonts-display;
|
|
314
|
-
}
|
|
315
|
-
|
|
316
|
-
/*
|
|
317
|
-
┌────────┐
|
|
318
|
-
│ Hebrew │
|
|
319
|
-
└────────┘
|
|
320
|
-
Hebrew, Alphabetic Presentation Forms
|
|
321
|
-
*/
|
|
322
|
-
@font-face {
|
|
323
|
-
font-family: "Avenir Next";
|
|
324
|
-
src: url("#{$calcite-fonts-path}31da4b04-f98a-4b5f-b545-a31d26da99e5.woff2") format("woff2"),
|
|
325
|
-
url("#{$calcite-fonts-path}d98fb015-7ef6-404f-a58a-5c9242d79770.woff") format("woff");
|
|
326
|
-
font-weight: 300; /* there is no 300 in hebrew, so use the same files as 400 instead */
|
|
327
|
-
font-style: normal;
|
|
328
|
-
unicode-range: U+0590-05FF, U+FB00-FB4F;
|
|
329
|
-
font-display: $calcite-fonts-display;
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
@font-face {
|
|
333
|
-
font-family: "Avenir Next";
|
|
334
|
-
src: url("#{$calcite-fonts-path}31da4b04-f98a-4b5f-b545-a31d26da99e5.woff2") format("woff2"),
|
|
335
|
-
url("#{$calcite-fonts-path}d98fb015-7ef6-404f-a58a-5c9242d79770.woff") format("woff");
|
|
336
|
-
font-weight: 400;
|
|
337
|
-
font-style: normal;
|
|
338
|
-
unicode-range: U+0590-05FF, U+FB00-FB4F;
|
|
339
|
-
font-display: $calcite-fonts-display;
|
|
340
|
-
}
|
|
341
|
-
|
|
342
|
-
@font-face {
|
|
343
|
-
font-family: "Avenir Next";
|
|
344
|
-
src: url("#{$calcite-fonts-path}32a2c5cf-6736-44a6-a276-49ba7e030944.woff2") format("woff2"),
|
|
345
|
-
url("#{$calcite-fonts-path}fa71df11-7b19-4baf-8ff7-3537dea718f0.woff") format("woff");
|
|
346
|
-
font-weight: 400;
|
|
347
|
-
font-style: italic;
|
|
348
|
-
unicode-range: U+0590-05FF, U+FB00-FB4F;
|
|
349
|
-
font-display: $calcite-fonts-display;
|
|
350
|
-
}
|
|
351
|
-
|
|
352
|
-
@font-face {
|
|
353
|
-
font-family: "Avenir Next";
|
|
354
|
-
src: url("#{$calcite-fonts-path}a9eaf4d3-6427-42df-9306-3ea1270f7b1a.woff2") format("woff2"),
|
|
355
|
-
url("#{$calcite-fonts-path}f4a085c3-1c64-4fc0-a598-26f3e658c2b0.woff") format("woff");
|
|
356
|
-
font-weight: 500; /* Helvetica Hebrew doesn't have 500 so use 700 weight files */
|
|
357
|
-
font-style: normal;
|
|
358
|
-
unicode-range: U+0590-05FF, U+FB00-FB4F;
|
|
359
|
-
font-display: $calcite-fonts-display;
|
|
360
|
-
}
|
|
361
|
-
|
|
362
|
-
@font-face {
|
|
363
|
-
font-family: "Avenir Next";
|
|
364
|
-
src: url("#{$calcite-fonts-path}a9eaf4d3-6427-42df-9306-3ea1270f7b1a.woff2") format("woff2"),
|
|
365
|
-
url("#{$calcite-fonts-path}f4a085c3-1c64-4fc0-a598-26f3e658c2b0.woff") format("woff");
|
|
366
|
-
font-weight: 700;
|
|
367
|
-
font-style: normal;
|
|
368
|
-
unicode-range: U+0590-05FF, U+FB00-FB4F;
|
|
369
|
-
font-display: $calcite-fonts-display;
|
|
370
|
-
}
|
|
371
|
-
|
|
372
|
-
/*
|
|
373
|
-
┌───────┐
|
|
374
|
-
│ Hindi │
|
|
375
|
-
└───────┘
|
|
376
|
-
Devangari
|
|
377
|
-
*/
|
|
378
|
-
@font-face {
|
|
379
|
-
font-family: "Avenir Next";
|
|
380
|
-
src: url("#{$calcite-fonts-path}94aa531e-7746-4df0-bb6e-349891f2eda5.woff2") format("woff2"),
|
|
381
|
-
url("#{$calcite-fonts-path}121524c1-8d82-4155-bfb3-fd2f15f09e93.woff") format("woff");
|
|
382
|
-
font-weight: 300;
|
|
383
|
-
font-style: normal;
|
|
384
|
-
unicode-range: U+0900-097F;
|
|
385
|
-
font-display: $calcite-fonts-display;
|
|
386
|
-
}
|
|
387
|
-
|
|
388
|
-
@font-face {
|
|
389
|
-
font-family: "Avenir Next";
|
|
390
|
-
src: url("#{$calcite-fonts-path}3ae1e25e-3aa6-4061-a016-a079159f9d65.woff2") format("woff2"),
|
|
391
|
-
url("#{$calcite-fonts-path}f1799750-0952-403f-8108-b2402eed0f62.woff") format("woff");
|
|
392
|
-
font-weight: 400;
|
|
393
|
-
font-style: normal;
|
|
394
|
-
unicode-range: U+0900-097F;
|
|
395
|
-
font-display: $calcite-fonts-display;
|
|
396
|
-
}
|
|
397
|
-
|
|
398
|
-
@font-face {
|
|
399
|
-
font-family: "Avenir Next";
|
|
400
|
-
src: url("#{$calcite-fonts-path}41331c3c-3759-4462-8695-33c9a21b6a5b.woff2") format("woff2"),
|
|
401
|
-
url("#{$calcite-fonts-path}31e0c094-e345-4a54-a797-d5f1a5885572.woff") format("woff");
|
|
402
|
-
font-weight: 500;
|
|
403
|
-
font-style: normal;
|
|
404
|
-
unicode-range: U+0900-097F;
|
|
405
|
-
font-display: $calcite-fonts-display;
|
|
406
|
-
}
|
|
407
|
-
|
|
408
|
-
@font-face {
|
|
409
|
-
font-family: "Avenir Next";
|
|
410
|
-
src: url("#{$calcite-fonts-path}41331c3c-3759-4462-8695-33c9a21b6a5b.woff2") format("woff2"),
|
|
411
|
-
url("#{$calcite-fonts-path}31e0c094-e345-4a54-a797-d5f1a5885572.woff") format("woff");
|
|
412
|
-
font-weight: 700;
|
|
413
|
-
font-style: normal;
|
|
414
|
-
unicode-range: U+0900-097F;
|
|
415
|
-
font-display: $calcite-fonts-display;
|
|
416
|
-
}
|
|
417
|
-
|
|
418
|
-
/*
|
|
419
|
-
┌───────┐
|
|
420
|
-
│ Thai │
|
|
421
|
-
└───────┘
|
|
422
|
-
Thai
|
|
423
|
-
SST Thai
|
|
424
|
-
*/
|
|
425
|
-
// @font-face {
|
|
426
|
-
// font-family: "Avenir Next";
|
|
427
|
-
// src: url("#{$calcite-fonts-path}8a65abc7-6463-4895-b3e6-5e203b80b7e2.woff2") format("woff2"),
|
|
428
|
-
// url("#{$calcite-fonts-path}89370128-6a74-471d-ba04-fa0b59bc8ed3.woff") format("woff");
|
|
429
|
-
// font-weight: 300;
|
|
430
|
-
// font-style: normal;
|
|
431
|
-
// unicode-range: U+0E00-0E7F;
|
|
432
|
-
// }
|
|
433
|
-
|
|
434
|
-
// @font-face {
|
|
435
|
-
// font-family: "Avenir Next";
|
|
436
|
-
// src: url("#{$calcite-fonts-path}dd7b7d4e-21ab-4ac0-b26a-d032c992f3c5.woff2") format("woff2"),
|
|
437
|
-
// url("#{$calcite-fonts-path}ae454969-59fb-4d42-aecb-dea30459bc7e.woff") format("woff");
|
|
438
|
-
// font-weight: 400;
|
|
439
|
-
// font-style: normal;
|
|
440
|
-
// unicode-range: U+0E00-0E7F;
|
|
441
|
-
// }
|
|
442
|
-
|
|
443
|
-
// @font-face {
|
|
444
|
-
// font-family: "Avenir Next";
|
|
445
|
-
// src: url("#{$calcite-fonts-path}75e2f3b1-1402-4916-8392-4db9ababea7b.woff2") format("woff2"),
|
|
446
|
-
// url("#{$calcite-fonts-path}c744f2a2-d6a9-4c18-b0ec-f17376acde3e.woff") format("woff");
|
|
447
|
-
// font-weight: 500;
|
|
448
|
-
// font-style: normal;
|
|
449
|
-
// unicode-range: U+0E00-0E7F;
|
|
450
|
-
// }
|
|
451
|
-
|
|
452
|
-
// @font-face {
|
|
453
|
-
// font-family: "Avenir Next";
|
|
454
|
-
// src: url("#{$calcite-fonts-path}4e4befe6-3f94-41d8-886c-1a6831818c6a.woff2") format("woff2"),
|
|
455
|
-
// url("#{$calcite-fonts-path}61f13f40-3829-413c-b6f5-b11abb272edc.woff") format("woff");
|
|
456
|
-
// font-weight: 700;
|
|
457
|
-
// font-style: normal;
|
|
458
|
-
// unicode-range: U+0E00-0E7F;
|
|
459
|
-
// }
|
|
460
|
-
|
|
461
|
-
/*
|
|
462
|
-
┌────────────┐
|
|
463
|
-
│ Vietnamese │
|
|
464
|
-
└────────────┘
|
|
465
|
-
In Vietnamese, we render the entire page in SST
|
|
466
|
-
These font files include Basic, Extended, _and_ Vietnamese characters
|
|
467
|
-
*/
|
|
468
|
-
@font-face {
|
|
469
|
-
font-family: "SST Vietnamese";
|
|
470
|
-
src: url("#{$calcite-fonts-path}c4cc9032-7eee-4a6e-ae8b-f384b1349bcf.woff2") format("woff2"),
|
|
471
|
-
url("#{$calcite-fonts-path}1b3078ef-2971-4c95-b6ca-13ab528758cb.woff") format("woff");
|
|
472
|
-
font-weight: 300;
|
|
473
|
-
font-style: normal;
|
|
474
|
-
font-display: $calcite-fonts-display;
|
|
475
|
-
}
|
|
476
|
-
|
|
477
|
-
@font-face {
|
|
478
|
-
font-family: "SST Vietnamese";
|
|
479
|
-
src: url("#{$calcite-fonts-path}c1905e2e-a1cb-49de-9bb0-ce3c5ffc85ae.woff2") format("woff2"),
|
|
480
|
-
url("#{$calcite-fonts-path}341bcc5e-7ac0-44ff-819d-5887892eab1b.woff") format("woff");
|
|
481
|
-
font-weight: 400;
|
|
482
|
-
font-style: normal;
|
|
483
|
-
font-display: $calcite-fonts-display;
|
|
484
|
-
}
|
|
485
|
-
|
|
486
|
-
@font-face {
|
|
487
|
-
font-family: "SST Vietnamese";
|
|
488
|
-
src: url("#{$calcite-fonts-path}18629a56-2ec3-4470-a65f-f82d7ec4d41b.woff2") format("woff2"),
|
|
489
|
-
url("#{$calcite-fonts-path}439a2ded-d7a4-42d4-8660-ef8765fa7486.woff") format("woff");
|
|
490
|
-
font-weight: 500;
|
|
491
|
-
font-style: normal;
|
|
492
|
-
font-display: $calcite-fonts-display;
|
|
493
|
-
}
|
|
494
|
-
|
|
495
|
-
@font-face {
|
|
496
|
-
font-family: "SST Vietnamese";
|
|
497
|
-
src: url("#{$calcite-fonts-path}4daa2125-53c6-4da8-9614-8a1049eaccc2.woff2") format("woff2"),
|
|
498
|
-
url("#{$calcite-fonts-path}0763eab1-d6ed-4c73-afb0-895f930df099.woff") format("woff");
|
|
499
|
-
font-weight: 700;
|
|
500
|
-
font-style: normal;
|
|
501
|
-
font-display: $calcite-fonts-display;
|
|
502
|
-
}
|
|
1
|
+
$calcite-fonts-path: "./fonts/" !default;
|
|
2
|
+
$calcite-fonts-display: auto !default;
|
|
3
|
+
|
|
4
|
+
/*
|
|
5
|
+
┌─────────────┐
|
|
6
|
+
│ Basic Latin │
|
|
7
|
+
└─────────────┘
|
|
8
|
+
Basic Latin, Latin-1 Supplement, General Punctuation, Superscripts and Subscripts,
|
|
9
|
+
Currency Symbols, Letterlike Symbols, Mathematical Operators
|
|
10
|
+
*/
|
|
11
|
+
@font-face {
|
|
12
|
+
font-family: "Avenir Next";
|
|
13
|
+
src: url("#{$calcite-fonts-path}77156710-6a58-4606-b189-b4185e75967b.woff2") format("woff2"),
|
|
14
|
+
url("#{$calcite-fonts-path}3d5260a1-e4cd-4567-80ed-69d23c40355f.woff") format("woff");
|
|
15
|
+
font-weight: 300;
|
|
16
|
+
font-style: normal;
|
|
17
|
+
font-display: $calcite-fonts-display;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
@font-face {
|
|
21
|
+
font-family: "Avenir Next";
|
|
22
|
+
src: url("#{$calcite-fonts-path}77caabd3-1877-4634-85c8-8e398a093b99.woff2") format("woff2"),
|
|
23
|
+
url("#{$calcite-fonts-path}e388ac99-8c6a-4451-8690-1d15b4d45adb.woff") format("woff");
|
|
24
|
+
font-weight: 400;
|
|
25
|
+
font-style: normal;
|
|
26
|
+
font-display: $calcite-fonts-display;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
@font-face {
|
|
30
|
+
font-family: "Avenir Next";
|
|
31
|
+
src: url("#{$calcite-fonts-path}014f2daa-c310-4a36-b9fd-79a8e0c48d44.woff2") format("woff2"),
|
|
32
|
+
url("#{$calcite-fonts-path}12b00842-ec20-4c7f-aa72-802fb00f6cc4.woff") format("woff");
|
|
33
|
+
font-weight: 400;
|
|
34
|
+
font-style: italic;
|
|
35
|
+
font-display: $calcite-fonts-display;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
@font-face {
|
|
39
|
+
font-family: "Avenir Next";
|
|
40
|
+
src: url("#{$calcite-fonts-path}b0b84e4d-2164-45c7-a674-1662f19f3ba6-basic.woff2") format("woff2"),
|
|
41
|
+
url("#{$calcite-fonts-path}e91d1bbf-3fea-45e2-b003-a22b12ce6e5f-basic.woff") format("woff");
|
|
42
|
+
font-weight: 500;
|
|
43
|
+
font-style: normal;
|
|
44
|
+
font-display: $calcite-fonts-display;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
@font-face {
|
|
48
|
+
font-family: "Avenir Next";
|
|
49
|
+
src: url("#{$calcite-fonts-path}e78b17bb-11fb-4860-8d66-4ee0d0c1e117.woff2") format("woff2"),
|
|
50
|
+
url("#{$calcite-fonts-path}d4ffabb3-dd7c-472a-bdfb-6700383c6354.woff") format("woff");
|
|
51
|
+
font-weight: 700;
|
|
52
|
+
font-style: normal;
|
|
53
|
+
font-display: $calcite-fonts-display;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
/*
|
|
57
|
+
┌──────────────────┐
|
|
58
|
+
│ Latin Extended │
|
|
59
|
+
└──────────────────┘
|
|
60
|
+
Latin Extended A, Latin Extended B, Spacing Modifier Characters, Latin Extended Additional
|
|
61
|
+
*/
|
|
62
|
+
@font-face {
|
|
63
|
+
font-family: "Avenir Next";
|
|
64
|
+
src: url("#{$calcite-fonts-path}77156710-6a58-4606-b189-b4185e75967b-ext.woff2") format("woff2"),
|
|
65
|
+
url("#{$calcite-fonts-path}3d5260a1-e4cd-4567-80ed-69d23c40355f-ext.woff") format("woff");
|
|
66
|
+
font-weight: 300;
|
|
67
|
+
font-style: normal;
|
|
68
|
+
unicode-range: U+0100-017F, U+0180-024F, U+1E00-1EFF, U+02B0-02FF;
|
|
69
|
+
font-display: $calcite-fonts-display;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
@font-face {
|
|
73
|
+
font-family: "Avenir Next";
|
|
74
|
+
src: url("#{$calcite-fonts-path}77caabd3-1877-4634-85c8-8e398a093b99-ext.woff2") format("woff2"),
|
|
75
|
+
url("#{$calcite-fonts-path}e388ac99-8c6a-4451-8690-1d15b4d45adb-ext.woff") format("woff");
|
|
76
|
+
font-weight: 400;
|
|
77
|
+
font-style: normal;
|
|
78
|
+
unicode-range: U+0100-017F, U+0180-024F, U+1E00-1EFF, U+02B0-02FF;
|
|
79
|
+
font-display: $calcite-fonts-display;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
@font-face {
|
|
83
|
+
font-family: "Avenir Next";
|
|
84
|
+
src: url("#{$calcite-fonts-path}014f2daa-c310-4a36-b9fd-79a8e0c48d44-ext.woff2") format("woff2"),
|
|
85
|
+
url("#{$calcite-fonts-path}12b00842-ec20-4c7f-aa72-802fb00f6cc4-ext.woff") format("woff");
|
|
86
|
+
font-weight: 400;
|
|
87
|
+
font-style: italic;
|
|
88
|
+
unicode-range: U+0100-017F, U+0180-024F, U+1E00-1EFF, U+02B0-02FF;
|
|
89
|
+
font-display: $calcite-fonts-display;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
@font-face {
|
|
93
|
+
font-family: "Avenir Next";
|
|
94
|
+
src: url("#{$calcite-fonts-path}b0b84e4d-2164-45c7-a674-1662f19f3ba6-ext.woff2") format("woff2"),
|
|
95
|
+
url("#{$calcite-fonts-path}e91d1bbf-3fea-45e2-b003-a22b12ce6e5f-ext.woff") format("woff");
|
|
96
|
+
font-weight: 500;
|
|
97
|
+
font-style: normal;
|
|
98
|
+
unicode-range: U+0100-017F, U+0180-024F, U+1E00-1EFF, U+02B0-02FF;
|
|
99
|
+
font-display: $calcite-fonts-display;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
@font-face {
|
|
103
|
+
font-family: "Avenir Next";
|
|
104
|
+
src: url("#{$calcite-fonts-path}e78b17bb-11fb-4860-8d66-4ee0d0c1e117-ext.woff2") format("woff2"),
|
|
105
|
+
url("#{$calcite-fonts-path}d4ffabb3-dd7c-472a-bdfb-6700383c6354-ext.woff") format("woff");
|
|
106
|
+
font-weight: 700;
|
|
107
|
+
font-style: normal;
|
|
108
|
+
unicode-range: U+0100-017F, U+0180-024F, U+1E00-1EFF, U+02B0-02FF;
|
|
109
|
+
font-display: $calcite-fonts-display;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
/*
|
|
113
|
+
┌───────┐
|
|
114
|
+
│ Greek │
|
|
115
|
+
└───────┘
|
|
116
|
+
Greek and Coptic
|
|
117
|
+
*/
|
|
118
|
+
@font-face {
|
|
119
|
+
font-family: "Avenir Next";
|
|
120
|
+
src: url("#{$calcite-fonts-path}77156710-6a58-4606-b189-b4185e75967b-greek.woff2") format("woff2"),
|
|
121
|
+
url("#{$calcite-fonts-path}3d5260a1-e4cd-4567-80ed-69d23c40355f-greek.woff") format("woff");
|
|
122
|
+
font-weight: 300;
|
|
123
|
+
font-style: normal;
|
|
124
|
+
unicode-range: U+0370-03FF;
|
|
125
|
+
font-display: $calcite-fonts-display;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
@font-face {
|
|
129
|
+
font-family: "Avenir Next";
|
|
130
|
+
src: url("#{$calcite-fonts-path}77caabd3-1877-4634-85c8-8e398a093b99-greek.woff2") format("woff2"),
|
|
131
|
+
url("#{$calcite-fonts-path}e388ac99-8c6a-4451-8690-1d15b4d45adb-greek.woff") format("woff");
|
|
132
|
+
font-weight: 400;
|
|
133
|
+
font-style: normal;
|
|
134
|
+
unicode-range: U+0370-03FF;
|
|
135
|
+
font-display: $calcite-fonts-display;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
@font-face {
|
|
139
|
+
font-family: "Avenir Next";
|
|
140
|
+
src: url("#{$calcite-fonts-path}014f2daa-c310-4a36-b9fd-79a8e0c48d44-greek.woff2") format("woff2"),
|
|
141
|
+
url("#{$calcite-fonts-path}12b00842-ec20-4c7f-aa72-802fb00f6cc4-greek.woff") format("woff");
|
|
142
|
+
font-weight: 400;
|
|
143
|
+
font-style: italic;
|
|
144
|
+
unicode-range: U+0370-03FF;
|
|
145
|
+
font-display: $calcite-fonts-display;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
@font-face {
|
|
149
|
+
font-family: "Avenir Next";
|
|
150
|
+
src: url("#{$calcite-fonts-path}a1049d00-54ad-4589-95b8-d353f7ab52f0-greek.woff2") format("woff2"),
|
|
151
|
+
url("#{$calcite-fonts-path}13faf0ae-dcab-4d1c-9c08-f9ca339b6023-greek.woff") format("woff");
|
|
152
|
+
font-weight: 500;
|
|
153
|
+
font-style: normal;
|
|
154
|
+
unicode-range: U+0370-03FF;
|
|
155
|
+
font-display: $calcite-fonts-display;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
@font-face {
|
|
159
|
+
font-family: "Avenir Next";
|
|
160
|
+
src: url("#{$calcite-fonts-path}e78b17bb-11fb-4860-8d66-4ee0d0c1e117-greek.woff2") format("woff2"),
|
|
161
|
+
url("#{$calcite-fonts-path}d4ffabb3-dd7c-472a-bdfb-6700383c6354-greek.woff") format("woff");
|
|
162
|
+
font-weight: 700;
|
|
163
|
+
font-style: normal;
|
|
164
|
+
unicode-range: U+0370-03FF;
|
|
165
|
+
font-display: $calcite-fonts-display;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
/*
|
|
169
|
+
┌──────────┐
|
|
170
|
+
│ Cyrillic │
|
|
171
|
+
└──────────┘
|
|
172
|
+
Cyrillic
|
|
173
|
+
*/
|
|
174
|
+
@font-face {
|
|
175
|
+
font-family: "Avenir Next";
|
|
176
|
+
src: url("#{$calcite-fonts-path}174d458a-81e0-4174-9473-35e3bf0a613c.woff2") format("woff2"),
|
|
177
|
+
url("#{$calcite-fonts-path}57a79aa3-9b06-4ba7-a9a4-2b766d826ecf.woff") format("woff");
|
|
178
|
+
font-weight: 300;
|
|
179
|
+
font-style: normal;
|
|
180
|
+
unicode-range: U+0400-04FF;
|
|
181
|
+
font-display: $calcite-fonts-display;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
@font-face {
|
|
185
|
+
font-family: "Avenir Next";
|
|
186
|
+
src: url("#{$calcite-fonts-path}7db1f672-3a8f-4d19-9c49-7f61aed450b5.woff2") format("woff2"),
|
|
187
|
+
url("#{$calcite-fonts-path}4ab86b35-c0c2-42b5-98ad-4b6eba66b197.woff") format("woff");
|
|
188
|
+
font-weight: 400;
|
|
189
|
+
font-style: normal;
|
|
190
|
+
unicode-range: U+0400-04FF;
|
|
191
|
+
font-display: $calcite-fonts-display;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
@font-face {
|
|
195
|
+
font-family: "Avenir Next";
|
|
196
|
+
src: url("#{$calcite-fonts-path}b17468ea-cf53-4635-984b-4d930a68ed4d.woff2") format("woff2"),
|
|
197
|
+
url("#{$calcite-fonts-path}4d1d0d0d-9ea6-4117-901f-8b32ca1ab936.woff") format("woff");
|
|
198
|
+
font-weight: 400;
|
|
199
|
+
font-style: italic;
|
|
200
|
+
unicode-range: U+0400-04FF;
|
|
201
|
+
font-display: $calcite-fonts-display;
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
@font-face {
|
|
205
|
+
font-family: "Avenir Next";
|
|
206
|
+
src: url("#{$calcite-fonts-path}b0b84e4d-2164-45c7-a674-1662f19f3ba6.woff2") format("woff2"),
|
|
207
|
+
url("#{$calcite-fonts-path}e91d1bbf-3fea-45e2-b003-a22b12ce6e5f.woff") format("woff");
|
|
208
|
+
font-weight: 500;
|
|
209
|
+
font-style: normal;
|
|
210
|
+
unicode-range: U+0400-04FF;
|
|
211
|
+
font-display: $calcite-fonts-display;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
@font-face {
|
|
215
|
+
font-family: "Avenir Next";
|
|
216
|
+
src: url("#{$calcite-fonts-path}40d36b4a-60c6-460a-bf43-4c948c23563e.woff2") format("woff2"),
|
|
217
|
+
url("#{$calcite-fonts-path}45b78f45-e639-4836-8612-e0892e120f14.woff") format("woff");
|
|
218
|
+
font-weight: 700;
|
|
219
|
+
font-style: normal;
|
|
220
|
+
unicode-range: U+0400-04FF;
|
|
221
|
+
font-display: $calcite-fonts-display;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
/*
|
|
225
|
+
┌──────────┐
|
|
226
|
+
│ Georgian │
|
|
227
|
+
└──────────┘
|
|
228
|
+
Georgian
|
|
229
|
+
*/
|
|
230
|
+
@font-face {
|
|
231
|
+
font-family: "Avenir Next";
|
|
232
|
+
src: url("#{$calcite-fonts-path}281f890c-8412-4ee3-84ed-8b5d062d2ab8.woff2") format("woff2"),
|
|
233
|
+
url("#{$calcite-fonts-path}5729f02e-f6b0-4f35-8ee5-c2cffa65fa76.woff") format("woff");
|
|
234
|
+
font-weight: 300; /* there is no 300 in georgian, so use the same files as 400 instead */
|
|
235
|
+
font-style: normal;
|
|
236
|
+
unicode-range: U+10A0-10FF;
|
|
237
|
+
font-display: $calcite-fonts-display;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
@font-face {
|
|
241
|
+
font-family: "Avenir Next";
|
|
242
|
+
src: url("#{$calcite-fonts-path}281f890c-8412-4ee3-84ed-8b5d062d2ab8.woff2") format("woff2"),
|
|
243
|
+
url("#{$calcite-fonts-path}5729f02e-f6b0-4f35-8ee5-c2cffa65fa76.woff") format("woff");
|
|
244
|
+
font-weight: 400;
|
|
245
|
+
font-style: normal;
|
|
246
|
+
unicode-range: U+10A0-10FF;
|
|
247
|
+
font-display: $calcite-fonts-display;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
@font-face {
|
|
251
|
+
font-family: "Avenir Next";
|
|
252
|
+
src: url("#{$calcite-fonts-path}1fed34fa-250a-4d32-9f1d-42f978a2e0b2.woff2") format("woff2"),
|
|
253
|
+
url("#{$calcite-fonts-path}e57662ff-b1ef-4122-88c1-61bbdabeb365.woff") format("woff");
|
|
254
|
+
font-weight: 500;
|
|
255
|
+
font-style: normal;
|
|
256
|
+
unicode-range: U+10A0-10FF;
|
|
257
|
+
font-display: $calcite-fonts-display;
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
@font-face {
|
|
261
|
+
font-family: "Avenir Next";
|
|
262
|
+
src: url("#{$calcite-fonts-path}2200dfff-da50-40b0-bc12-5e4b872a1998.woff2") format("woff2"),
|
|
263
|
+
url("#{$calcite-fonts-path}dc10b3bd-5076-4df5-a5f5-e5961f4a6938.woff") format("woff");
|
|
264
|
+
font-weight: 700;
|
|
265
|
+
font-style: normal;
|
|
266
|
+
unicode-range: U+10A0-10FF;
|
|
267
|
+
font-display: $calcite-fonts-display;
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
/*
|
|
271
|
+
┌────────┐
|
|
272
|
+
│ Arabic │
|
|
273
|
+
└────────┘
|
|
274
|
+
Arabic, Arabic Presentation Forms A, Arabic Presentation Forms B
|
|
275
|
+
*/
|
|
276
|
+
@font-face {
|
|
277
|
+
font-family: "Avenir Next";
|
|
278
|
+
src: url("#{$calcite-fonts-path}2a1ae9a5-b6b5-405c-b660-bbdf1b356952.woff2") format("woff2"),
|
|
279
|
+
url("#{$calcite-fonts-path}a8aeea1b-1a9d-45b7-8ad9-7c71824599e2.woff") format("woff");
|
|
280
|
+
font-weight: 300;
|
|
281
|
+
font-style: normal;
|
|
282
|
+
unicode-range: U+0600-06FF, U+FB50-FDFF, U+FE70-FEFF;
|
|
283
|
+
font-display: $calcite-fonts-display;
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
@font-face {
|
|
287
|
+
font-family: "Avenir Next";
|
|
288
|
+
src: url("#{$calcite-fonts-path}6ea5fa46-5311-450b-8744-288a30c55348.woff2") format("woff2"),
|
|
289
|
+
url("#{$calcite-fonts-path}d9e4040d-32ff-4a1c-ac04-927a781da1f5.woff") format("woff");
|
|
290
|
+
font-weight: 400;
|
|
291
|
+
font-style: normal;
|
|
292
|
+
unicode-range: U+0600-06FF, U+FB50-FDFF, U+FE70-FEFF;
|
|
293
|
+
font-display: $calcite-fonts-display;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
@font-face {
|
|
297
|
+
font-family: "Avenir Next";
|
|
298
|
+
src: url("#{$calcite-fonts-path}97694c53-4e94-4f9e-969b-a148adfcdcfd.woff2") format("woff2"),
|
|
299
|
+
url("#{$calcite-fonts-path}8b01637a-f445-4f10-92ea-b84a355f7690.woff") format("woff");
|
|
300
|
+
font-weight: 500; /* there is no 500 in Neue Helvetica Arabic, so use the same files as 700 instead */
|
|
301
|
+
font-style: normal;
|
|
302
|
+
unicode-range: U+0600-06FF, U+FB50-FDFF, U+FE70-FEFF;
|
|
303
|
+
font-display: $calcite-fonts-display;
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
@font-face {
|
|
307
|
+
font-family: "Avenir Next";
|
|
308
|
+
src: url("#{$calcite-fonts-path}97694c53-4e94-4f9e-969b-a148adfcdcfd.woff2") format("woff2"),
|
|
309
|
+
url("#{$calcite-fonts-path}8b01637a-f445-4f10-92ea-b84a355f7690.woff") format("woff");
|
|
310
|
+
font-weight: 700;
|
|
311
|
+
font-style: normal;
|
|
312
|
+
unicode-range: U+0600-06FF, U+FB50-FDFF, U+FE70-FEFF;
|
|
313
|
+
font-display: $calcite-fonts-display;
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
/*
|
|
317
|
+
┌────────┐
|
|
318
|
+
│ Hebrew │
|
|
319
|
+
└────────┘
|
|
320
|
+
Hebrew, Alphabetic Presentation Forms
|
|
321
|
+
*/
|
|
322
|
+
@font-face {
|
|
323
|
+
font-family: "Avenir Next";
|
|
324
|
+
src: url("#{$calcite-fonts-path}31da4b04-f98a-4b5f-b545-a31d26da99e5.woff2") format("woff2"),
|
|
325
|
+
url("#{$calcite-fonts-path}d98fb015-7ef6-404f-a58a-5c9242d79770.woff") format("woff");
|
|
326
|
+
font-weight: 300; /* there is no 300 in hebrew, so use the same files as 400 instead */
|
|
327
|
+
font-style: normal;
|
|
328
|
+
unicode-range: U+0590-05FF, U+FB00-FB4F;
|
|
329
|
+
font-display: $calcite-fonts-display;
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
@font-face {
|
|
333
|
+
font-family: "Avenir Next";
|
|
334
|
+
src: url("#{$calcite-fonts-path}31da4b04-f98a-4b5f-b545-a31d26da99e5.woff2") format("woff2"),
|
|
335
|
+
url("#{$calcite-fonts-path}d98fb015-7ef6-404f-a58a-5c9242d79770.woff") format("woff");
|
|
336
|
+
font-weight: 400;
|
|
337
|
+
font-style: normal;
|
|
338
|
+
unicode-range: U+0590-05FF, U+FB00-FB4F;
|
|
339
|
+
font-display: $calcite-fonts-display;
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
@font-face {
|
|
343
|
+
font-family: "Avenir Next";
|
|
344
|
+
src: url("#{$calcite-fonts-path}32a2c5cf-6736-44a6-a276-49ba7e030944.woff2") format("woff2"),
|
|
345
|
+
url("#{$calcite-fonts-path}fa71df11-7b19-4baf-8ff7-3537dea718f0.woff") format("woff");
|
|
346
|
+
font-weight: 400;
|
|
347
|
+
font-style: italic;
|
|
348
|
+
unicode-range: U+0590-05FF, U+FB00-FB4F;
|
|
349
|
+
font-display: $calcite-fonts-display;
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
@font-face {
|
|
353
|
+
font-family: "Avenir Next";
|
|
354
|
+
src: url("#{$calcite-fonts-path}a9eaf4d3-6427-42df-9306-3ea1270f7b1a.woff2") format("woff2"),
|
|
355
|
+
url("#{$calcite-fonts-path}f4a085c3-1c64-4fc0-a598-26f3e658c2b0.woff") format("woff");
|
|
356
|
+
font-weight: 500; /* Helvetica Hebrew doesn't have 500 so use 700 weight files */
|
|
357
|
+
font-style: normal;
|
|
358
|
+
unicode-range: U+0590-05FF, U+FB00-FB4F;
|
|
359
|
+
font-display: $calcite-fonts-display;
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
@font-face {
|
|
363
|
+
font-family: "Avenir Next";
|
|
364
|
+
src: url("#{$calcite-fonts-path}a9eaf4d3-6427-42df-9306-3ea1270f7b1a.woff2") format("woff2"),
|
|
365
|
+
url("#{$calcite-fonts-path}f4a085c3-1c64-4fc0-a598-26f3e658c2b0.woff") format("woff");
|
|
366
|
+
font-weight: 700;
|
|
367
|
+
font-style: normal;
|
|
368
|
+
unicode-range: U+0590-05FF, U+FB00-FB4F;
|
|
369
|
+
font-display: $calcite-fonts-display;
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
/*
|
|
373
|
+
┌───────┐
|
|
374
|
+
│ Hindi │
|
|
375
|
+
└───────┘
|
|
376
|
+
Devangari
|
|
377
|
+
*/
|
|
378
|
+
@font-face {
|
|
379
|
+
font-family: "Avenir Next";
|
|
380
|
+
src: url("#{$calcite-fonts-path}94aa531e-7746-4df0-bb6e-349891f2eda5.woff2") format("woff2"),
|
|
381
|
+
url("#{$calcite-fonts-path}121524c1-8d82-4155-bfb3-fd2f15f09e93.woff") format("woff");
|
|
382
|
+
font-weight: 300;
|
|
383
|
+
font-style: normal;
|
|
384
|
+
unicode-range: U+0900-097F;
|
|
385
|
+
font-display: $calcite-fonts-display;
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
@font-face {
|
|
389
|
+
font-family: "Avenir Next";
|
|
390
|
+
src: url("#{$calcite-fonts-path}3ae1e25e-3aa6-4061-a016-a079159f9d65.woff2") format("woff2"),
|
|
391
|
+
url("#{$calcite-fonts-path}f1799750-0952-403f-8108-b2402eed0f62.woff") format("woff");
|
|
392
|
+
font-weight: 400;
|
|
393
|
+
font-style: normal;
|
|
394
|
+
unicode-range: U+0900-097F;
|
|
395
|
+
font-display: $calcite-fonts-display;
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
@font-face {
|
|
399
|
+
font-family: "Avenir Next";
|
|
400
|
+
src: url("#{$calcite-fonts-path}41331c3c-3759-4462-8695-33c9a21b6a5b.woff2") format("woff2"),
|
|
401
|
+
url("#{$calcite-fonts-path}31e0c094-e345-4a54-a797-d5f1a5885572.woff") format("woff");
|
|
402
|
+
font-weight: 500;
|
|
403
|
+
font-style: normal;
|
|
404
|
+
unicode-range: U+0900-097F;
|
|
405
|
+
font-display: $calcite-fonts-display;
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
@font-face {
|
|
409
|
+
font-family: "Avenir Next";
|
|
410
|
+
src: url("#{$calcite-fonts-path}41331c3c-3759-4462-8695-33c9a21b6a5b.woff2") format("woff2"),
|
|
411
|
+
url("#{$calcite-fonts-path}31e0c094-e345-4a54-a797-d5f1a5885572.woff") format("woff");
|
|
412
|
+
font-weight: 700;
|
|
413
|
+
font-style: normal;
|
|
414
|
+
unicode-range: U+0900-097F;
|
|
415
|
+
font-display: $calcite-fonts-display;
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
/*
|
|
419
|
+
┌───────┐
|
|
420
|
+
│ Thai │
|
|
421
|
+
└───────┘
|
|
422
|
+
Thai
|
|
423
|
+
SST Thai
|
|
424
|
+
*/
|
|
425
|
+
// @font-face {
|
|
426
|
+
// font-family: "Avenir Next";
|
|
427
|
+
// src: url("#{$calcite-fonts-path}8a65abc7-6463-4895-b3e6-5e203b80b7e2.woff2") format("woff2"),
|
|
428
|
+
// url("#{$calcite-fonts-path}89370128-6a74-471d-ba04-fa0b59bc8ed3.woff") format("woff");
|
|
429
|
+
// font-weight: 300;
|
|
430
|
+
// font-style: normal;
|
|
431
|
+
// unicode-range: U+0E00-0E7F;
|
|
432
|
+
// }
|
|
433
|
+
|
|
434
|
+
// @font-face {
|
|
435
|
+
// font-family: "Avenir Next";
|
|
436
|
+
// src: url("#{$calcite-fonts-path}dd7b7d4e-21ab-4ac0-b26a-d032c992f3c5.woff2") format("woff2"),
|
|
437
|
+
// url("#{$calcite-fonts-path}ae454969-59fb-4d42-aecb-dea30459bc7e.woff") format("woff");
|
|
438
|
+
// font-weight: 400;
|
|
439
|
+
// font-style: normal;
|
|
440
|
+
// unicode-range: U+0E00-0E7F;
|
|
441
|
+
// }
|
|
442
|
+
|
|
443
|
+
// @font-face {
|
|
444
|
+
// font-family: "Avenir Next";
|
|
445
|
+
// src: url("#{$calcite-fonts-path}75e2f3b1-1402-4916-8392-4db9ababea7b.woff2") format("woff2"),
|
|
446
|
+
// url("#{$calcite-fonts-path}c744f2a2-d6a9-4c18-b0ec-f17376acde3e.woff") format("woff");
|
|
447
|
+
// font-weight: 500;
|
|
448
|
+
// font-style: normal;
|
|
449
|
+
// unicode-range: U+0E00-0E7F;
|
|
450
|
+
// }
|
|
451
|
+
|
|
452
|
+
// @font-face {
|
|
453
|
+
// font-family: "Avenir Next";
|
|
454
|
+
// src: url("#{$calcite-fonts-path}4e4befe6-3f94-41d8-886c-1a6831818c6a.woff2") format("woff2"),
|
|
455
|
+
// url("#{$calcite-fonts-path}61f13f40-3829-413c-b6f5-b11abb272edc.woff") format("woff");
|
|
456
|
+
// font-weight: 700;
|
|
457
|
+
// font-style: normal;
|
|
458
|
+
// unicode-range: U+0E00-0E7F;
|
|
459
|
+
// }
|
|
460
|
+
|
|
461
|
+
/*
|
|
462
|
+
┌────────────┐
|
|
463
|
+
│ Vietnamese │
|
|
464
|
+
└────────────┘
|
|
465
|
+
In Vietnamese, we render the entire page in SST
|
|
466
|
+
These font files include Basic, Extended, _and_ Vietnamese characters
|
|
467
|
+
*/
|
|
468
|
+
@font-face {
|
|
469
|
+
font-family: "SST Vietnamese";
|
|
470
|
+
src: url("#{$calcite-fonts-path}c4cc9032-7eee-4a6e-ae8b-f384b1349bcf.woff2") format("woff2"),
|
|
471
|
+
url("#{$calcite-fonts-path}1b3078ef-2971-4c95-b6ca-13ab528758cb.woff") format("woff");
|
|
472
|
+
font-weight: 300;
|
|
473
|
+
font-style: normal;
|
|
474
|
+
font-display: $calcite-fonts-display;
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
@font-face {
|
|
478
|
+
font-family: "SST Vietnamese";
|
|
479
|
+
src: url("#{$calcite-fonts-path}c1905e2e-a1cb-49de-9bb0-ce3c5ffc85ae.woff2") format("woff2"),
|
|
480
|
+
url("#{$calcite-fonts-path}341bcc5e-7ac0-44ff-819d-5887892eab1b.woff") format("woff");
|
|
481
|
+
font-weight: 400;
|
|
482
|
+
font-style: normal;
|
|
483
|
+
font-display: $calcite-fonts-display;
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
@font-face {
|
|
487
|
+
font-family: "SST Vietnamese";
|
|
488
|
+
src: url("#{$calcite-fonts-path}18629a56-2ec3-4470-a65f-f82d7ec4d41b.woff2") format("woff2"),
|
|
489
|
+
url("#{$calcite-fonts-path}439a2ded-d7a4-42d4-8660-ef8765fa7486.woff") format("woff");
|
|
490
|
+
font-weight: 500;
|
|
491
|
+
font-style: normal;
|
|
492
|
+
font-display: $calcite-fonts-display;
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
@font-face {
|
|
496
|
+
font-family: "SST Vietnamese";
|
|
497
|
+
src: url("#{$calcite-fonts-path}4daa2125-53c6-4da8-9614-8a1049eaccc2.woff2") format("woff2"),
|
|
498
|
+
url("#{$calcite-fonts-path}0763eab1-d6ed-4c73-afb0-895f930df099.woff") format("woff");
|
|
499
|
+
font-weight: 700;
|
|
500
|
+
font-style: normal;
|
|
501
|
+
font-display: $calcite-fonts-display;
|
|
502
|
+
}
|