bring remote assets to local
This commit is contained in:
BIN
web/fonts/Comfortaa-Bold.ttf
Normal file
BIN
web/fonts/Comfortaa-Bold.ttf
Normal file
Binary file not shown.
BIN
web/fonts/Comfortaa-Regular.ttf
Normal file
BIN
web/fonts/Comfortaa-Regular.ttf
Normal file
Binary file not shown.
13
web/fonts/cascadia-code.css
Normal file
13
web/fonts/cascadia-code.css
Normal 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
31
web/fonts/comfortaa.css
Normal 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');
|
||||
}
|
BIN
web/fonts/material-symbols-filled-rounded-300.woff2
Normal file
BIN
web/fonts/material-symbols-filled-rounded-300.woff2
Normal file
Binary file not shown.
BIN
web/fonts/material-symbols-outlined-rounded-300.woff2
Normal file
BIN
web/fonts/material-symbols-outlined-rounded-300.woff2
Normal file
Binary file not shown.
55
web/fonts/material-symbols-outlined.css
Normal file
55
web/fonts/material-symbols-outlined.css
Normal 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
55
web/fonts/poppins.css
Normal 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');
|
||||
}
|
Reference in New Issue
Block a user