@agorapulse/ui-theme 20.2.0-4 → 20.2.0-5
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.
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/* Averta font-face declarations — standalone CSS for non-Angular consumers.
|
|
2
|
+
Paths are relative to this file: ../../fonts/averta/ resolves correctly
|
|
3
|
+
when bundlers (Vite, webpack) process url() from node_modules. */
|
|
4
|
+
|
|
5
|
+
@font-face {
|
|
6
|
+
font-family: 'Averta';
|
|
7
|
+
font-weight: 400;
|
|
8
|
+
font-style: normal;
|
|
9
|
+
src: url('../../fonts/averta/AvertaStd-Regular.otf') format('opentype');
|
|
10
|
+
font-display: swap;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
@font-face {
|
|
14
|
+
font-family: 'Averta';
|
|
15
|
+
font-weight: 600;
|
|
16
|
+
font-style: normal;
|
|
17
|
+
src: url('../../fonts/averta/AvertaStd-Semibold.otf') format('opentype');
|
|
18
|
+
font-display: swap;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
@font-face {
|
|
22
|
+
font-family: 'Averta';
|
|
23
|
+
font-weight: 700;
|
|
24
|
+
font-style: normal;
|
|
25
|
+
src: url('../../fonts/averta/AvertaStd-Bold.otf') format('opentype');
|
|
26
|
+
font-display: swap;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
@font-face {
|
|
30
|
+
font-family: 'Averta';
|
|
31
|
+
font-weight: 800;
|
|
32
|
+
font-style: normal;
|
|
33
|
+
src: url('../../fonts/averta/AvertaStd-Extrabold.otf') format('opentype');
|
|
34
|
+
font-display: swap;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
@font-face {
|
|
38
|
+
font-family: 'Averta';
|
|
39
|
+
font-weight: 900;
|
|
40
|
+
font-style: normal;
|
|
41
|
+
src: url('../../fonts/averta/AvertaStd-Black.otf') format('opentype');
|
|
42
|
+
font-display: swap;
|
|
43
|
+
}
|
package/package.json
CHANGED
|
Binary file
|