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

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,13 @@
@font-face {
font-family: 'Cascadia Code';
font-style: normal;
font-weight: 100 900;
src: url(https://src.simplecyber.org/fonts/CascadiaCode.ttf) format('truetype');
}
@font-face {
font-family: 'Cascadia Code';
font-style: italic;
font-weight: 100 900;
src: url(https://src.simplecyber.org/fonts/CascadiaCodeItalic.ttf) format('truetype');
}

31
web/fonts/comfortaa.css Normal file
View File

@ -0,0 +1,31 @@
@font-face {
font-family: 'Comfortaa';
font-style: normal;
font-weight: 300;
src: url(/fonts/Comfortaa-Light.ttf) format('truetype');
}
@font-face {
font-family: 'Comfortaa';
font-style: normal;
font-weight: 400;
src: url(/fonts/Comfortaa-Regular.ttf) format('truetype');
}
@font-face {
font-family: 'Comfortaa';
font-style: normal;
font-weight: 500;
src: url(/fonts/Comfortaa-Medium.ttf) format('truetype');
}
@font-face {
font-family: 'Comfortaa';
font-style: normal;
font-weight: 600;
src: url(/fonts/Comfortaa-SemiBold.ttf) format('truetype');
}
@font-face {
font-family: 'Comfortaa';
font-style: normal;
font-weight: 700;
src: url(/fonts/Comfortaa-Bold.ttf) format('truetype');
}

Binary file not shown.

Binary file not shown.

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';
}

55
web/fonts/poppins.css Normal file
View File

@ -0,0 +1,55 @@
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 100;
src: url(/fonts/Poppins-Thin.ttf) format('truetype');
}
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 200;
src: url(/fonts/Poppins-ExtraLight.ttf) format('truetype');
}
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 300;
src: url(/fonts/Poppins-Light.ttf) format('truetype');
}
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
src: url(/fonts/Poppins-Regular.ttf) format('truetype');
}
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
src: url(/fonts/Poppins-Medium.ttf) format('truetype');
}
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
src: url(/fonts/Poppins-SemiBold.ttf) format('truetype');
}
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
src: url(/fonts/Poppins-Bold.ttf) format('truetype');
}
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 800;
src: url(/fonts/Poppins-ExtraBold.ttf) format('truetype');
}
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 900;
src: url(/fonts/Poppins-Black.ttf) format('truetype');
}