mirror of
https://github.com/vladmandic/automatic
synced 2026-09-13 10:08:43 +02:00
Add NotoSans Font Fallback to display Symbols
This commit is contained in:
@@ -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*/
|
||||
|
||||
Reference in New Issue
Block a user