Hopefully fix non-rendering icons on mobile
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user