Hopefully fix non-rendering icons on mobile

This commit is contained in:
2025-11-27 17:02:15 +01:00
parent 0e4910137d
commit 17d6399458
56 changed files with 1532 additions and 1168 deletions

View File

@@ -8,6 +8,14 @@
src: url('fonts/Cambria.ttf');
}
@font-face {
font-family: 'Noto Sans Symbols 2';
src: url('/fonts/NotoSansSymbols2-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap; /* Prevents invisible text during load */
unicode-range: U+2190-21FF, U+2600-26FF, U+2700-27BF, U+2B00-2BFF; /* Limit to symbol ranges */
}
@font-face {
font-family: 'Source Sans Pro';