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 {
--font: "Source Sans Pro", 'ui-sans-serif', 'system-ui', sans-serif;
--font: "Source Sans Pro", 'ui-sans-serif', 'system-ui', sans-serif, 'NotoSans';
--font-size: 16px;
--highlight-color: #8a3df6; /* Purple color */
--inactive-color: #404040; /* Darker shade of gray */