add Symbola font for explicit status indicator

This commit is contained in:
jeffvli
2026-03-07 00:50:00 -08:00
parent 49c28299af
commit d3d3688d60
3 changed files with 10 additions and 2 deletions
Binary file not shown.
@@ -1,6 +1,7 @@
.root { .root {
font-family: font-family:
'Apple Color Emoji', 'Segoe UI Emoji', 'Noto Color Emoji', 'Segoe UI Symbol', Twemoji, Symbola,
'Segoe UI Emoji',
sans-serif; sans-serif;
} }
@@ -41,5 +42,5 @@
} }
.with-space { .with-space {
padding-right: var(--theme-spacing-sm); padding-right: var(--theme-spacing-xs);
} }
+7
View File
@@ -119,6 +119,13 @@ button {
} }
} }
@font-face {
font-family: Symbola;
src: url('../../../assets/fonts/Symbola.woff2');
font-display: swap;
}
@font-face { @font-face {
font-family: Inter; font-family: Inter;
font-weight: 100 1000; font-weight: 100 1000;