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
@@ -1,6 +1,7 @@
.root {
font-family:
'Apple Color Emoji', 'Segoe UI Emoji', 'Noto Color Emoji', 'Segoe UI Symbol', Twemoji,
Symbola,
'Segoe UI Emoji',
sans-serif;
}
@@ -41,5 +42,5 @@
}
.with-space {
padding-right: var(--theme-spacing-sm);
padding-right: var(--theme-spacing-xs);
}