New: Switched to more modern material icons

dev: these are much more proportionally designed, customisable and nicer looking
This commit is contained in:
lscambo13
2025-01-16 07:44:49 -08:00
parent 490b37b0cc
commit 2d5366a0bb

View File

@@ -5,8 +5,8 @@
@font-face { @font-face {
font-family: 'Material Icons Round'; font-family: 'Material Icons Round';
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 100 700;
src: url(https://fonts.gstatic.com/s/materialiconsround/v108/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2) format('woff2'); src: url(https://fonts.gstatic.com/s/materialsymbolsrounded/v222/sykg-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190Fjzag.woff2) format('woff2');
} }
:root { :root {
@@ -66,6 +66,11 @@ html {
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
font-feature-settings: 'liga'; font-feature-settings: 'liga';
font-variation-settings:
'FILL' 1,
'wght' 400,
'GRAD' 0,
'opsz' 24
} }
.dashboardFooter { .dashboardFooter {