From 82c12b3b0de338a65015d60ed37d0a4e77ce8a81 Mon Sep 17 00:00:00 2001 From: Lobo Date: Fri, 7 Nov 2025 09:57:14 +0100 Subject: [PATCH] Changed font link --- src/index.html | 2 +- src/styles.scss | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index 0aff800..deaa5e4 100644 --- a/src/index.html +++ b/src/index.html @@ -8,7 +8,7 @@ - + diff --git a/src/styles.scss b/src/styles.scss index fc75bee..c081341 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -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,