bring remote assets to local

This commit is contained in:
MCHost
2025-06-24 00:32:24 -04:00
parent e3ad40a023
commit 9749663996
28 changed files with 13769 additions and 273 deletions

View File

@ -0,0 +1,55 @@
@font-face {
font-family: 'Material Symbols Outlined';
font-style: normal;
font-weight: 300;
src: url(/fonts/material-symbols-outlined-300.woff2) format('woff2');
}
@font-face {
font-family: 'Material Symbols Outlined Rounded';
font-style: normal;
font-weight: 300;
src: url(/fonts/material-symbols-outlined-rounded-300.woff2) format('woff2');
}
@font-face {
font-family: 'Material Symbols Filled';
font-style: normal;
font-weight: 300;
src: url(/fonts/material-symbols-filled-300.woff2) format('woff2');
}
@font-face {
font-family: 'Material Symbols Filled Rounded';
font-style: normal;
font-weight: 300;
src: url(/fonts/material-symbols-filled-rounded-300.woff2) format('woff2');
}
.material-symbol {
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;
user-select: none;
}
.material-symbol.outlined {
font-family: 'Material Symbols Outlined';
}
.material-symbol.outlined.rounded {
font-family: 'Material Symbols Outlined Rounded';
}
.material-symbol.filled {
font-family: 'Material Symbols Filled';
}
.material-symbol.filled.rounded {
font-family: 'Material Symbols Filled Rounded';
}