change icon font to google icons

This commit is contained in:
Dennis Eichhorn 2023-10-19 21:44:09 +00:00
parent fc3dc43bcf
commit 9704a7363a
4 changed files with 12 additions and 6 deletions

BIN
fonts/googleicons/100.woff2 Normal file

Binary file not shown.

BIN
fonts/googleicons/200.woff2 Normal file

Binary file not shown.

Binary file not shown.

View File

@ -2,11 +2,18 @@
@font-face { @font-face {
font-family: 'Material Symbols Outlined'; font-family: 'Material Symbols Outlined';
font-style: normal; font-style: normal;
font-weight: 200; font-weight: 100;
src: url('./font.woff2') format('woff2'); src: url('./100.woff2') format('woff2');
} }
.material-symbols-outlined { @font-face {
font-family: 'Material Symbols Outlined';
font-style: normal;
font-weight: 200;
src: url('./200.woff2') format('woff2');
}
.g-icon {
font-family: 'Material Symbols Outlined'; font-family: 'Material Symbols Outlined';
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
@ -16,7 +23,6 @@
display: inline-block; display: inline-block;
white-space: nowrap; white-space: nowrap;
word-wrap: normal; word-wrap: normal;
direction: ltr; font-size: 1.5rem;
-moz-font-feature-settings: 'liga'; font-weight: 100;
-moz-osx-font-smoothing: grayscale;
} }