mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-06 20:10:12 +02:00
add Symbola font for explicit status indicator
This commit is contained in:
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);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user