fix: fix icons

This commit is contained in:
2026-07-20 15:52:50 +02:00
parent b4ff3a0aca
commit a69bfe9e76
3 changed files with 13 additions and 14 deletions
+7 -3
View File
@@ -48,7 +48,7 @@
font-display: swap;
font-family: 'Instrument Serif';
font-style: normal;
font-weight: 400;
font-weight: 300 400;
src: url('../fonts/instrument/instrument-serif-v5-latin-regular.woff2') format('woff2');
}
@@ -56,7 +56,7 @@
font-display: swap;
font-family: 'Instrument Serif';
font-style: italic;
font-weight: 400;
font-weight: 300 400;
src: url('../fonts/instrument/instrument-serif-v5-latin-italic.woff2') format('woff2');
}
@@ -66,7 +66,7 @@
font-family: 'Material Symbols Outlined';
font-style: normal;
font-weight: 100 700;
src: url('../fonts/MaterialSymbolsOutlined[FILL,GRAD,opsz,wght].woff2') format('woff2');
src: url('../fonts/material-symbols-outlined.woff2') format('woff2');
}
.material-symbols-outlined {
@@ -82,6 +82,10 @@
word-wrap: normal;
direction: ltr;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: 'liga';
-webkit-font-feature-settings: 'liga';
}
/* Glass Morphism Effect */