andoncloud-sdk 1.4.24 → 1.4.26
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/dist/andoncloud-sdk.css +1 -172
- package/dist/andoncloud-sdk.css.map +1 -1
- package/dist/andoncloud-sdk.js +24 -3043
- package/dist/andoncloud-sdk.js.map +1 -1
- package/dist/index.d.ts +5 -0
- package/package.json +15 -12
package/dist/andoncloud-sdk.css
CHANGED
|
@@ -1,173 +1,2 @@
|
|
|
1
|
-
@font-face {
|
|
2
|
-
font-family: "Inter";
|
|
3
|
-
font-style: normal;
|
|
4
|
-
font-weight: 100;
|
|
5
|
-
font-display: swap;
|
|
6
|
-
src: url("Inter (web)/Inter-Thin.woff2?v=3.19") format("woff2"), url("Inter (web)/Inter-Thin.woff?v=3.19") format("woff");
|
|
7
|
-
}
|
|
8
|
-
@font-face {
|
|
9
|
-
font-family: "Inter";
|
|
10
|
-
font-style: italic;
|
|
11
|
-
font-weight: 100;
|
|
12
|
-
font-display: swap;
|
|
13
|
-
src: url("Inter (web)/Inter-ThinItalic.woff2?v=3.19") format("woff2"), url("Inter (web)/Inter-ThinItalic.woff?v=3.19") format("woff");
|
|
14
|
-
}
|
|
15
|
-
@font-face {
|
|
16
|
-
font-family: "Inter";
|
|
17
|
-
font-style: normal;
|
|
18
|
-
font-weight: 200;
|
|
19
|
-
font-display: swap;
|
|
20
|
-
src: url("Inter (web)/Inter-ExtraLight.woff2?v=3.19") format("woff2"), url("Inter (web)/Inter-ExtraLight.woff?v=3.19") format("woff");
|
|
21
|
-
}
|
|
22
|
-
@font-face {
|
|
23
|
-
font-family: "Inter";
|
|
24
|
-
font-style: italic;
|
|
25
|
-
font-weight: 200;
|
|
26
|
-
font-display: swap;
|
|
27
|
-
src: url("Inter (web)/Inter-ExtraLightItalic.woff2?v=3.19") format("woff2"), url("Inter (web)/Inter-ExtraLightItalic.woff?v=3.19") format("woff");
|
|
28
|
-
}
|
|
29
|
-
@font-face {
|
|
30
|
-
font-family: "Inter";
|
|
31
|
-
font-style: normal;
|
|
32
|
-
font-weight: 300;
|
|
33
|
-
font-display: swap;
|
|
34
|
-
src: url("Inter (web)/Inter-Light.woff2?v=3.19") format("woff2"), url("Inter (web)/Inter-Light.woff?v=3.19") format("woff");
|
|
35
|
-
}
|
|
36
|
-
@font-face {
|
|
37
|
-
font-family: "Inter";
|
|
38
|
-
font-style: italic;
|
|
39
|
-
font-weight: 300;
|
|
40
|
-
font-display: swap;
|
|
41
|
-
src: url("Inter (web)/Inter-LightItalic.woff2?v=3.19") format("woff2"), url("Inter (web)/Inter-LightItalic.woff?v=3.19") format("woff");
|
|
42
|
-
}
|
|
43
|
-
@font-face {
|
|
44
|
-
font-family: "Inter";
|
|
45
|
-
font-style: normal;
|
|
46
|
-
font-weight: 400;
|
|
47
|
-
font-display: swap;
|
|
48
|
-
src: url("Inter (web)/Inter-Regular.woff2?v=3.19") format("woff2"), url("Inter (web)/Inter-Regular.woff?v=3.19") format("woff");
|
|
49
|
-
}
|
|
50
|
-
@font-face {
|
|
51
|
-
font-family: "Inter";
|
|
52
|
-
font-style: italic;
|
|
53
|
-
font-weight: 400;
|
|
54
|
-
font-display: swap;
|
|
55
|
-
src: url("Inter (web)/Inter-Italic.woff2?v=3.19") format("woff2"), url("Inter (web)/Inter-Italic.woff?v=3.19") format("woff");
|
|
56
|
-
}
|
|
57
|
-
@font-face {
|
|
58
|
-
font-family: "Inter";
|
|
59
|
-
font-style: normal;
|
|
60
|
-
font-weight: 500;
|
|
61
|
-
font-display: swap;
|
|
62
|
-
src: url("Inter (web)/Inter-Medium.woff2?v=3.19") format("woff2"), url("Inter (web)/Inter-Medium.woff?v=3.19") format("woff");
|
|
63
|
-
}
|
|
64
|
-
@font-face {
|
|
65
|
-
font-family: "Inter";
|
|
66
|
-
font-style: italic;
|
|
67
|
-
font-weight: 500;
|
|
68
|
-
font-display: swap;
|
|
69
|
-
src: url("Inter (web)/Inter-MediumItalic.woff2?v=3.19") format("woff2"), url("Inter (web)/Inter-MediumItalic.woff?v=3.19") format("woff");
|
|
70
|
-
}
|
|
71
|
-
@font-face {
|
|
72
|
-
font-family: "Inter";
|
|
73
|
-
font-style: normal;
|
|
74
|
-
font-weight: 600;
|
|
75
|
-
font-display: swap;
|
|
76
|
-
src: url("Inter (web)/Inter-SemiBold.woff2?v=3.19") format("woff2"), url("Inter (web)/Inter-SemiBold.woff?v=3.19") format("woff");
|
|
77
|
-
}
|
|
78
|
-
@font-face {
|
|
79
|
-
font-family: "Inter";
|
|
80
|
-
font-style: italic;
|
|
81
|
-
font-weight: 600;
|
|
82
|
-
font-display: swap;
|
|
83
|
-
src: url("Inter (web)/Inter-SemiBoldItalic.woff2?v=3.19") format("woff2"), url("Inter (web)/Inter-SemiBoldItalic.woff?v=3.19") format("woff");
|
|
84
|
-
}
|
|
85
|
-
@font-face {
|
|
86
|
-
font-family: "Inter";
|
|
87
|
-
font-style: normal;
|
|
88
|
-
font-weight: 700;
|
|
89
|
-
font-display: swap;
|
|
90
|
-
src: url("Inter (web)/Inter-Bold.woff2?v=3.19") format("woff2"), url("Inter (web)/Inter-Bold.woff?v=3.19") format("woff");
|
|
91
|
-
}
|
|
92
|
-
@font-face {
|
|
93
|
-
font-family: "Inter";
|
|
94
|
-
font-style: italic;
|
|
95
|
-
font-weight: 700;
|
|
96
|
-
font-display: swap;
|
|
97
|
-
src: url("Inter (web)/Inter-BoldItalic.woff2?v=3.19") format("woff2"), url("Inter (web)/Inter-BoldItalic.woff?v=3.19") format("woff");
|
|
98
|
-
}
|
|
99
|
-
@font-face {
|
|
100
|
-
font-family: "Inter";
|
|
101
|
-
font-style: normal;
|
|
102
|
-
font-weight: 800;
|
|
103
|
-
font-display: swap;
|
|
104
|
-
src: url("Inter (web)/Inter-ExtraBold.woff2?v=3.19") format("woff2"), url("Inter (web)/Inter-ExtraBold.woff?v=3.19") format("woff");
|
|
105
|
-
}
|
|
106
|
-
@font-face {
|
|
107
|
-
font-family: "Inter";
|
|
108
|
-
font-style: italic;
|
|
109
|
-
font-weight: 800;
|
|
110
|
-
font-display: swap;
|
|
111
|
-
src: url("Inter (web)/Inter-ExtraBoldItalic.woff2?v=3.19") format("woff2"), url("Inter (web)/Inter-ExtraBoldItalic.woff?v=3.19") format("woff");
|
|
112
|
-
}
|
|
113
|
-
@font-face {
|
|
114
|
-
font-family: "Inter";
|
|
115
|
-
font-style: normal;
|
|
116
|
-
font-weight: 900;
|
|
117
|
-
font-display: swap;
|
|
118
|
-
src: url("Inter (web)/Inter-Black.woff2?v=3.19") format("woff2"), url("Inter (web)/Inter-Black.woff?v=3.19") format("woff");
|
|
119
|
-
}
|
|
120
|
-
@font-face {
|
|
121
|
-
font-family: "Inter";
|
|
122
|
-
font-style: italic;
|
|
123
|
-
font-weight: 900;
|
|
124
|
-
font-display: swap;
|
|
125
|
-
src: url("Inter (web)/Inter-BlackItalic.woff2?v=3.19") format("woff2"), url("Inter (web)/Inter-BlackItalic.woff?v=3.19") format("woff");
|
|
126
|
-
}
|
|
127
|
-
/* -------------------------------------------------------
|
|
128
|
-
Variable font.
|
|
129
|
-
Usage:
|
|
130
|
-
|
|
131
|
-
html { font-family: 'Inter', sans-serif; }
|
|
132
|
-
@supports (font-variation-settings: normal) {
|
|
133
|
-
html { font-family: 'Inter var', sans-serif; }
|
|
134
|
-
}
|
|
135
|
-
*/
|
|
136
|
-
@font-face {
|
|
137
|
-
font-family: "Inter var";
|
|
138
|
-
font-weight: 100 900;
|
|
139
|
-
font-style: normal;
|
|
140
|
-
font-named-instance: "Regular";
|
|
141
|
-
font-display: swap;
|
|
142
|
-
src: url("Inter (web)/Inter-roman.var.woff2?v=3.19") format("woff2 supports variations(gvar)"), url("Inter (web)/Inter-roman.var.woff2?v=3.19") format("woff2-variations"), url("Inter (web)/Inter-roman.var.woff2?v=3.19") format("woff2");
|
|
143
|
-
}
|
|
144
|
-
@font-face {
|
|
145
|
-
font-family: "Inter var";
|
|
146
|
-
font-weight: 100 900;
|
|
147
|
-
font-style: italic;
|
|
148
|
-
font-named-instance: "Italic";
|
|
149
|
-
font-display: swap;
|
|
150
|
-
src: url("Inter (web)/Inter-italic.var.woff2?v=3.19") format("woff2 supports variations(gvar)"), url("Inter (web)/Inter-italic.var.woff2?v=3.19") format("woff2-variations"), url("Inter (web)/Inter-italic.var.woff2?v=3.19") format("woff2");
|
|
151
|
-
}
|
|
152
|
-
/* --------------------------------------------------------------------------
|
|
153
|
-
[EXPERIMENTAL] Multi-axis, single variable font.
|
|
154
|
-
|
|
155
|
-
Slant axis is not yet widely supported (as of February 2019) and thus this
|
|
156
|
-
multi-axis single variable font is opt-in rather than the default.
|
|
157
|
-
|
|
158
|
-
When using this, you will probably need to set font-variation-settings
|
|
159
|
-
explicitly, e.g.
|
|
160
|
-
|
|
161
|
-
* { font-variation-settings: "slnt" 0deg }
|
|
162
|
-
.italic { font-variation-settings: "slnt" 10deg }
|
|
163
|
-
|
|
164
|
-
*/
|
|
165
|
-
@font-face {
|
|
166
|
-
font-family: "Inter var experimental";
|
|
167
|
-
font-weight: 100 900;
|
|
168
|
-
font-style: oblique 0deg 10deg;
|
|
169
|
-
font-display: swap;
|
|
170
|
-
src: url("Inter (web)/Inter.var.woff2?v=3.19") format("woff2-variations"), url("Inter (web)/Inter.var.woff2?v=3.19") format("woff2");
|
|
171
|
-
}
|
|
172
|
-
|
|
1
|
+
@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url("Inter (web)/Inter-Thin.woff2?v=3.19") format("woff2"),url("Inter (web)/Inter-Thin.woff?v=3.19") format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:italic;font-weight:100;src:url("Inter (web)/Inter-ThinItalic.woff2?v=3.19") format("woff2"),url("Inter (web)/Inter-ThinItalic.woff?v=3.19") format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url("Inter (web)/Inter-ExtraLight.woff2?v=3.19") format("woff2"),url("Inter (web)/Inter-ExtraLight.woff?v=3.19") format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:italic;font-weight:200;src:url("Inter (web)/Inter-ExtraLightItalic.woff2?v=3.19") format("woff2"),url("Inter (web)/Inter-ExtraLightItalic.woff?v=3.19") format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url("Inter (web)/Inter-Light.woff2?v=3.19") format("woff2"),url("Inter (web)/Inter-Light.woff?v=3.19") format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:italic;font-weight:300;src:url("Inter (web)/Inter-LightItalic.woff2?v=3.19") format("woff2"),url("Inter (web)/Inter-LightItalic.woff?v=3.19") format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url("Inter (web)/Inter-Regular.woff2?v=3.19") format("woff2"),url("Inter (web)/Inter-Regular.woff?v=3.19") format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:italic;font-weight:400;src:url("Inter (web)/Inter-Italic.woff2?v=3.19") format("woff2"),url("Inter (web)/Inter-Italic.woff?v=3.19") format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url("Inter (web)/Inter-Medium.woff2?v=3.19") format("woff2"),url("Inter (web)/Inter-Medium.woff?v=3.19") format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:italic;font-weight:500;src:url("Inter (web)/Inter-MediumItalic.woff2?v=3.19") format("woff2"),url("Inter (web)/Inter-MediumItalic.woff?v=3.19") format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url("Inter (web)/Inter-SemiBold.woff2?v=3.19") format("woff2"),url("Inter (web)/Inter-SemiBold.woff?v=3.19") format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:italic;font-weight:600;src:url("Inter (web)/Inter-SemiBoldItalic.woff2?v=3.19") format("woff2"),url("Inter (web)/Inter-SemiBoldItalic.woff?v=3.19") format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url("Inter (web)/Inter-Bold.woff2?v=3.19") format("woff2"),url("Inter (web)/Inter-Bold.woff?v=3.19") format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:italic;font-weight:700;src:url("Inter (web)/Inter-BoldItalic.woff2?v=3.19") format("woff2"),url("Inter (web)/Inter-BoldItalic.woff?v=3.19") format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url("Inter (web)/Inter-ExtraBold.woff2?v=3.19") format("woff2"),url("Inter (web)/Inter-ExtraBold.woff?v=3.19") format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:italic;font-weight:800;src:url("Inter (web)/Inter-ExtraBoldItalic.woff2?v=3.19") format("woff2"),url("Inter (web)/Inter-ExtraBoldItalic.woff?v=3.19") format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url("Inter (web)/Inter-Black.woff2?v=3.19") format("woff2"),url("Inter (web)/Inter-Black.woff?v=3.19") format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:italic;font-weight:900;src:url("Inter (web)/Inter-BlackItalic.woff2?v=3.19") format("woff2"),url("Inter (web)/Inter-BlackItalic.woff?v=3.19") format("woff")}@font-face{font-named-instance:"Regular";font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url("Inter (web)/Inter-roman.var.woff2?v=3.19") format("woff2 supports variations(gvar)"),url("Inter (web)/Inter-roman.var.woff2?v=3.19") format("woff2-variations"),url("Inter (web)/Inter-roman.var.woff2?v=3.19") format("woff2")}@font-face{font-named-instance:"Italic";font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url("Inter (web)/Inter-italic.var.woff2?v=3.19") format("woff2 supports variations(gvar)"),url("Inter (web)/Inter-italic.var.woff2?v=3.19") format("woff2-variations"),url("Inter (web)/Inter-italic.var.woff2?v=3.19") format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url("Inter (web)/Inter.var.woff2?v=3.19") format("woff2-variations"),url("Inter (web)/Inter.var.woff2?v=3.19") format("woff2")}
|
|
173
2
|
/*# sourceMappingURL=andoncloud-sdk.css.map */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["inter.css"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"sources":["inter.css"],"names":[],"mappings":"AAAA,WAIE,iBAAkB,CAHlB,iBAAoB,CACpB,iBAAkB,CAClB,eAAgB,CAEhB,uHACF,CACA,WAIE,iBAAkB,CAHlB,iBAAoB,CACpB,iBAAkB,CAClB,eAAgB,CAEhB,mIACF,CACA,WAIE,iBAAkB,CAHlB,iBAAoB,CACpB,iBAAkB,CAClB,eAAgB,CAEhB,mIACF,CACA,WAIE,iBAAkB,CAHlB,iBAAoB,CACpB,iBAAkB,CAClB,eAAgB,CAEhB,+IACF,CACA,WAIE,iBAAkB,CAHlB,iBAAoB,CACpB,iBAAkB,CAClB,eAAgB,CAEhB,yHACF,CACA,WAIE,iBAAkB,CAHlB,iBAAoB,CACpB,iBAAkB,CAClB,eAAgB,CAEhB,qIACF,CACA,WAIE,iBAAkB,CAHlB,iBAAoB,CACpB,iBAAkB,CAClB,eAAgB,CAEhB,6HACF,CACA,WAIE,iBAAkB,CAHlB,iBAAoB,CACpB,iBAAkB,CAClB,eAAgB,CAEhB,2HACF,CACA,WAIE,iBAAkB,CAHlB,iBAAoB,CACpB,iBAAkB,CAClB,eAAgB,CAEhB,2HACF,CACA,WAIE,iBAAkB,CAHlB,iBAAoB,CACpB,iBAAkB,CAClB,eAAgB,CAEhB,uIACF,CACA,WAIE,iBAAkB,CAHlB,iBAAoB,CACpB,iBAAkB,CAClB,eAAgB,CAEhB,+HACF,CACA,WAIE,iBAAkB,CAHlB,iBAAoB,CACpB,iBAAkB,CAClB,eAAgB,CAEhB,2IACF,CACA,WAIE,iBAAkB,CAHlB,iBAAoB,CACpB,iBAAkB,CAClB,eAAgB,CAEhB,uHACF,CACA,WAIE,iBAAkB,CAHlB,iBAAoB,CACpB,iBAAkB,CAClB,eAAgB,CAEhB,mIACF,CACA,WAIE,iBAAkB,CAHlB,iBAAoB,CACpB,iBAAkB,CAClB,eAAgB,CAEhB,iIACF,CACA,WAIE,iBAAkB,CAHlB,iBAAoB,CACpB,iBAAkB,CAClB,eAAgB,CAEhB,6IACF,CACA,WAIE,iBAAkB,CAHlB,iBAAoB,CACpB,iBAAkB,CAClB,eAAgB,CAEhB,yHACF,CACA,WAIE,iBAAkB,CAHlB,iBAAoB,CACpB,iBAAkB,CAClB,eAAgB,CAEhB,qIACF,CAUA,WAIE,6BAA8B,CAC9B,iBAAkB,CAJlB,qBAAwB,CAExB,iBAAkB,CADlB,mBAAoB,CAIpB,wOACF,CACA,WAIE,4BAA6B,CAC7B,iBAAkB,CAJlB,qBAAwB,CAExB,iBAAkB,CADlB,mBAAoB,CAIpB,2OACF,CAcA,WAIE,iBAAkB,CAHlB,kCAAqC,CAErC,6BAA8B,CAD9B,mBAAoB,CAGpB,kIACF","file":"andoncloud-sdk.css","sourcesContent":["@font-face {\n font-family: \"Inter\";\n font-style: normal;\n font-weight: 100;\n font-display: swap;\n src: url(\"Inter (web)/Inter-Thin.woff2?v=3.19\") format(\"woff2\"), url(\"Inter (web)/Inter-Thin.woff?v=3.19\") format(\"woff\");\n}\n@font-face {\n font-family: \"Inter\";\n font-style: italic;\n font-weight: 100;\n font-display: swap;\n src: url(\"Inter (web)/Inter-ThinItalic.woff2?v=3.19\") format(\"woff2\"), url(\"Inter (web)/Inter-ThinItalic.woff?v=3.19\") format(\"woff\");\n}\n@font-face {\n font-family: \"Inter\";\n font-style: normal;\n font-weight: 200;\n font-display: swap;\n src: url(\"Inter (web)/Inter-ExtraLight.woff2?v=3.19\") format(\"woff2\"), url(\"Inter (web)/Inter-ExtraLight.woff?v=3.19\") format(\"woff\");\n}\n@font-face {\n font-family: \"Inter\";\n font-style: italic;\n font-weight: 200;\n font-display: swap;\n src: url(\"Inter (web)/Inter-ExtraLightItalic.woff2?v=3.19\") format(\"woff2\"), url(\"Inter (web)/Inter-ExtraLightItalic.woff?v=3.19\") format(\"woff\");\n}\n@font-face {\n font-family: \"Inter\";\n font-style: normal;\n font-weight: 300;\n font-display: swap;\n src: url(\"Inter (web)/Inter-Light.woff2?v=3.19\") format(\"woff2\"), url(\"Inter (web)/Inter-Light.woff?v=3.19\") format(\"woff\");\n}\n@font-face {\n font-family: \"Inter\";\n font-style: italic;\n font-weight: 300;\n font-display: swap;\n src: url(\"Inter (web)/Inter-LightItalic.woff2?v=3.19\") format(\"woff2\"), url(\"Inter (web)/Inter-LightItalic.woff?v=3.19\") format(\"woff\");\n}\n@font-face {\n font-family: \"Inter\";\n font-style: normal;\n font-weight: 400;\n font-display: swap;\n src: url(\"Inter (web)/Inter-Regular.woff2?v=3.19\") format(\"woff2\"), url(\"Inter (web)/Inter-Regular.woff?v=3.19\") format(\"woff\");\n}\n@font-face {\n font-family: \"Inter\";\n font-style: italic;\n font-weight: 400;\n font-display: swap;\n src: url(\"Inter (web)/Inter-Italic.woff2?v=3.19\") format(\"woff2\"), url(\"Inter (web)/Inter-Italic.woff?v=3.19\") format(\"woff\");\n}\n@font-face {\n font-family: \"Inter\";\n font-style: normal;\n font-weight: 500;\n font-display: swap;\n src: url(\"Inter (web)/Inter-Medium.woff2?v=3.19\") format(\"woff2\"), url(\"Inter (web)/Inter-Medium.woff?v=3.19\") format(\"woff\");\n}\n@font-face {\n font-family: \"Inter\";\n font-style: italic;\n font-weight: 500;\n font-display: swap;\n src: url(\"Inter (web)/Inter-MediumItalic.woff2?v=3.19\") format(\"woff2\"), url(\"Inter (web)/Inter-MediumItalic.woff?v=3.19\") format(\"woff\");\n}\n@font-face {\n font-family: \"Inter\";\n font-style: normal;\n font-weight: 600;\n font-display: swap;\n src: url(\"Inter (web)/Inter-SemiBold.woff2?v=3.19\") format(\"woff2\"), url(\"Inter (web)/Inter-SemiBold.woff?v=3.19\") format(\"woff\");\n}\n@font-face {\n font-family: \"Inter\";\n font-style: italic;\n font-weight: 600;\n font-display: swap;\n src: url(\"Inter (web)/Inter-SemiBoldItalic.woff2?v=3.19\") format(\"woff2\"), url(\"Inter (web)/Inter-SemiBoldItalic.woff?v=3.19\") format(\"woff\");\n}\n@font-face {\n font-family: \"Inter\";\n font-style: normal;\n font-weight: 700;\n font-display: swap;\n src: url(\"Inter (web)/Inter-Bold.woff2?v=3.19\") format(\"woff2\"), url(\"Inter (web)/Inter-Bold.woff?v=3.19\") format(\"woff\");\n}\n@font-face {\n font-family: \"Inter\";\n font-style: italic;\n font-weight: 700;\n font-display: swap;\n src: url(\"Inter (web)/Inter-BoldItalic.woff2?v=3.19\") format(\"woff2\"), url(\"Inter (web)/Inter-BoldItalic.woff?v=3.19\") format(\"woff\");\n}\n@font-face {\n font-family: \"Inter\";\n font-style: normal;\n font-weight: 800;\n font-display: swap;\n src: url(\"Inter (web)/Inter-ExtraBold.woff2?v=3.19\") format(\"woff2\"), url(\"Inter (web)/Inter-ExtraBold.woff?v=3.19\") format(\"woff\");\n}\n@font-face {\n font-family: \"Inter\";\n font-style: italic;\n font-weight: 800;\n font-display: swap;\n src: url(\"Inter (web)/Inter-ExtraBoldItalic.woff2?v=3.19\") format(\"woff2\"), url(\"Inter (web)/Inter-ExtraBoldItalic.woff?v=3.19\") format(\"woff\");\n}\n@font-face {\n font-family: \"Inter\";\n font-style: normal;\n font-weight: 900;\n font-display: swap;\n src: url(\"Inter (web)/Inter-Black.woff2?v=3.19\") format(\"woff2\"), url(\"Inter (web)/Inter-Black.woff?v=3.19\") format(\"woff\");\n}\n@font-face {\n font-family: \"Inter\";\n font-style: italic;\n font-weight: 900;\n font-display: swap;\n src: url(\"Inter (web)/Inter-BlackItalic.woff2?v=3.19\") format(\"woff2\"), url(\"Inter (web)/Inter-BlackItalic.woff?v=3.19\") format(\"woff\");\n}\n/* -------------------------------------------------------\nVariable font.\nUsage:\n\n html { font-family: 'Inter', sans-serif; }\n @supports (font-variation-settings: normal) {\n html { font-family: 'Inter var', sans-serif; }\n }\n*/\n@font-face {\n font-family: \"Inter var\";\n font-weight: 100 900;\n font-style: normal;\n font-named-instance: \"Regular\";\n font-display: swap;\n src: url(\"Inter (web)/Inter-roman.var.woff2?v=3.19\") format(\"woff2 supports variations(gvar)\"), url(\"Inter (web)/Inter-roman.var.woff2?v=3.19\") format(\"woff2-variations\"), url(\"Inter (web)/Inter-roman.var.woff2?v=3.19\") format(\"woff2\");\n}\n@font-face {\n font-family: \"Inter var\";\n font-weight: 100 900;\n font-style: italic;\n font-named-instance: \"Italic\";\n font-display: swap;\n src: url(\"Inter (web)/Inter-italic.var.woff2?v=3.19\") format(\"woff2 supports variations(gvar)\"), url(\"Inter (web)/Inter-italic.var.woff2?v=3.19\") format(\"woff2-variations\"), url(\"Inter (web)/Inter-italic.var.woff2?v=3.19\") format(\"woff2\");\n}\n/* --------------------------------------------------------------------------\n[EXPERIMENTAL] Multi-axis, single variable font.\n\nSlant axis is not yet widely supported (as of February 2019) and thus this\nmulti-axis single variable font is opt-in rather than the default.\n\nWhen using this, you will probably need to set font-variation-settings\nexplicitly, e.g.\n\n * { font-variation-settings: \"slnt\" 0deg }\n .italic { font-variation-settings: \"slnt\" 10deg }\n\n*/\n@font-face {\n font-family: \"Inter var experimental\";\n font-weight: 100 900;\n font-style: oblique 0deg 10deg;\n font-display: swap;\n src: url(\"Inter (web)/Inter.var.woff2?v=3.19\") format(\"woff2-variations\"), url(\"Inter (web)/Inter.var.woff2?v=3.19\") format(\"woff2\");\n}\n"]}
|