feat: replace external Material Symbols font with local version and add CSS for styling

This commit is contained in:
Lorenzo Venerandi
2026-03-08 12:43:42 +01:00
parent c3fa0c11e6
commit 522bd7fb67
3 changed files with 23 additions and 1 deletions

View File

@@ -0,0 +1,22 @@
@font-face {
font-family: 'Material Symbols Outlined';
font-style: normal;
font-weight: 400;
src: url(fonts/material-symbols-outlined.woff2) format('woff2');
}
.material-symbols-outlined {
font-family: 'Material Symbols Outlined';
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-feature-settings: 'liga';
-webkit-font-smoothing: antialiased;
}