fluent-svelte-extra 1.0.9 → 1.1.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 +1 -1
- package/theme.css +6 -0
package/package.json
CHANGED
package/theme.css
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: "Segoe UI Variable";
|
|
3
|
+
src: url("/segoeui.ttf");
|
|
4
|
+
}
|
|
5
|
+
|
|
1
6
|
/* Global Variables */
|
|
2
7
|
:root {
|
|
3
8
|
/* Accent Colors */
|
|
@@ -18,6 +23,7 @@
|
|
|
18
23
|
var(--fds-font-family-fallback);
|
|
19
24
|
--fds-font-family-display: "Segoe UI Variable Display", "Seoge UI Variable Static Display",
|
|
20
25
|
var(--fds-font-family-fallback);
|
|
26
|
+
--fds-font-family-variable: "Segoe UI"
|
|
21
27
|
|
|
22
28
|
/* Font Size */
|
|
23
29
|
--fds-caption-font-size: 12px;
|