@infonomic/uikit 6.7.0 → 6.7.1
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/package.json
CHANGED
|
@@ -1,14 +1,3 @@
|
|
|
1
|
-
/*
|
|
2
|
-
NOTE: Not included in the the distribution bundle.
|
|
3
|
-
Used to load the fonts below in Storybook.
|
|
4
|
-
A consumer of the UI kit should self-host these fonts and
|
|
5
|
-
use its own method to load them.
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
.root {
|
|
9
|
-
isolation: isolate;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
1
|
@font-face {
|
|
13
2
|
font-family: "Inter";
|
|
14
3
|
src: url("/fonts/Inter/Inter-VariableFont_opsz_wght.woff2") format("woff2");
|
|
@@ -74,3 +63,35 @@
|
|
|
74
63
|
font-style: italic;
|
|
75
64
|
font-display: swap;
|
|
76
65
|
}
|
|
66
|
+
|
|
67
|
+
@font-face {
|
|
68
|
+
font-family: "Merriweather";
|
|
69
|
+
src: url("/fonts/Merriweather/Merriweather-VariableFont_opsz,wdth,wght.woff2") format("woff2");
|
|
70
|
+
font-weight: 100 900;
|
|
71
|
+
font-style: normal;
|
|
72
|
+
font-display: swap;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
@font-face {
|
|
76
|
+
font-family: "Merriweather";
|
|
77
|
+
src: url("/fonts/Merriweather/Merriweather-Italic-VariableFont_opsz,wdth,wght.woff2") format("woff2");
|
|
78
|
+
font-weight: 100 900;
|
|
79
|
+
font-style: italic;
|
|
80
|
+
font-display: swap;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
@font-face {
|
|
84
|
+
font-family: "Source Code Pro";
|
|
85
|
+
src: url("/fonts/Source_Code_Pro/SourceCodePro-VariableFont_wght.woff2") format("woff2");
|
|
86
|
+
font-weight: 100 900;
|
|
87
|
+
font-style: normal;
|
|
88
|
+
font-display: swap;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
@font-face {
|
|
92
|
+
font-family: "Source Code Pro";
|
|
93
|
+
src: url("/fonts/Source_Code_Pro/SourceCodePro-Italic-VariableFont_wght.woff2") format("woff2");
|
|
94
|
+
font-weight: 100 900;
|
|
95
|
+
font-style: italic;
|
|
96
|
+
font-display: swap;
|
|
97
|
+
}
|