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-family: 'Material Symbols Outlined';
font-style: normal;
font-weight: 200;
src: url('./font.woff2') format('woff2');
font-weight: 100;
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-weight: normal;
font-style: normal;
@ -16,7 +23,6 @@
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-moz-font-feature-settings: 'liga';
-moz-osx-font-smoothing: grayscale;
font-size: 1.5rem;
font-weight: 100;
}