Add NotoSans Font Fallback to display Symbols

This commit is contained in:
NetroScript
2024-03-16 00:04:48 +01:00
parent 16e3e4023f
commit bf02e68d0a
8 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
/* generic html tags */
:root, .light, .dark {
--font: 'system-ui', 'ui-sans-serif', 'system-ui', "Roboto", sans-serif;
--font: 'system-ui', 'ui-sans-serif', 'system-ui', "Roboto", sans-serif, 'NotoSans';
--font-mono: 'ui-monospace', 'Consolas', monospace;
--font-size: 16px;
--primary-100: #212226; /* bg color*/