Changed font link

This commit is contained in:
2025-11-07 09:57:14 +01:00
parent f95147da54
commit 82c12b3b0d
2 changed files with 9 additions and 1 deletions

View File

@@ -43,6 +43,14 @@ body {
transition: background-color 220ms ease, color 220ms ease;
}
.material-symbols-outlined {
font-variation-settings:
"FILL" 0, /* 0 oder 1 */
"wght" 400, /* 100..700 */
"GRAD" 0, /* -50..200 */
"opsz" 24; /* 20..48 */
}
/* smooth transition between theme change */
.mat-toolbar,
.mat-mdc-card,