Initial Release

This commit is contained in:
2026-05-24 19:52:45 -07:00
commit 8242fdbbb3
181 changed files with 10119 additions and 0 deletions
@@ -0,0 +1,152 @@
/* Poppins Thin */
@font-face {
font-style: normal;
font-weight: 100;
src: url(/fonts/poppins/PoppinsThin.woff2);
font-family: 'Poppins';
font-display: swap;
}
@font-face {
font-style: italic;
font-weight: 100;
src: url(/fonts/poppins/PoppinsThinItalic.woff2);
font-family: 'Poppins';
font-display: swap;
}
/* Poppins ExtraLight */
@font-face {
font-style: normal;
font-weight: 200;
src: url(/fonts/poppins/PoppinsExtraLight.woff2);
font-family: 'Poppins';
font-display: swap;
}
@font-face {
font-style: italic;
font-weight: 200;
src: url(/fonts/poppins/PoppinsExtraLightItalic.woff2);
font-family: 'Poppins';
font-display: swap;
}
/* Poppins Light */
@font-face {
font-style: normal;
font-weight: 300;
src: url(/fonts/poppins/PoppinsLight.woff2);
font-family: 'Poppins';
font-display: swap;
}
@font-face {
font-style: italic;
font-weight: 300;
src: url(/fonts/poppins/PoppinsLightItalic.woff2);
font-family: 'Poppins';
font-display: swap;
}
/* Poppins Regular */
@font-face {
font-style: normal;
font-weight: 400;
src: url(/fonts/poppins/PoppinsRegular.woff2);
font-family: 'Poppins';
font-display: swap;
}
@font-face {
font-style: italic;
font-weight: 400;
src: url(/fonts/poppins/PoppinsItalic.woff2);
font-family: 'Poppins';
font-display: swap;
}
/* Poppins Medium */
@font-face {
font-style: normal;
font-weight: 500;
src: url(/fonts/poppins/PoppinsMedium.woff2);
font-family: 'Poppins';
font-display: swap;
}
@font-face {
font-style: italic;
font-weight: 500;
src: url(/fonts/poppins/PoppinsMediumItalic.woff2);
font-family: 'Poppins';
font-display: swap;
}
/* Poppins SemiBold */
@font-face {
font-style: normal;
font-weight: 600;
src: url(/fonts/poppins/PoppinsSemiBold.woff2);
font-family: 'Poppins';
font-display: swap;
}
@font-face {
font-style: italic;
font-weight: 600;
src: url(/fonts/poppins/PoppinsSemiBoldItalic.woff2);
font-family: 'Poppins';
font-display: swap;
}
/* Poppins Bold */
@font-face {
font-style: normal;
font-weight: 700;
src: url(/fonts/poppins/PoppinsBold.woff2);
font-family: 'Poppins';
font-display: swap;
}
@font-face {
font-style: italic;
font-weight: 700;
src: url(/fonts/poppins/PoppinsBoldItalic.woff2);
font-family: 'Poppins';
font-display: swap;
}
/* Poppins ExtraBold */
@font-face {
font-style: normal;
font-weight: 800;
src: url(/fonts/poppins/PoppinsExtraBold.woff2);
font-family: 'Poppins';
font-display: swap;
}
@font-face {
font-style: italic;
font-weight: 800;
src: url(/fonts/poppins/PoppinsExtraBoldItalic.woff2);
font-family: 'Poppins';
font-display: swap;
}
/* Poppins Black */
@font-face {
font-style: normal;
font-weight: 900;
src: url(/fonts/poppins/PoppinsBlack.woff2);
font-family: 'Poppins';
font-display: swap;
}
@font-face {
font-style: italic;
font-weight: 900;
src: url(/fonts/poppins/PoppinsBlackItalic.woff2);
font-family: 'Poppins';
font-display: swap;
}
@@ -0,0 +1,33 @@
/* Terminus Regular */
@font-face {
font-style: normal;
font-weight: 400;
src: url(/fonts/terminus/TerminusRegular.woff2);
font-family: 'Terminus';
font-display: swap;
}
@font-face {
font-style: italic;
font-weight: 400;
src: url(/fonts/terminus/TerminusItalic.woff2);
font-family: 'Terminus';
font-display: swap;
}
/* Terminus Bold */
@font-face {
font-style: normal;
font-weight: 700;
src: url(/fonts/terminus/TerminusBold.woff2);
font-family: 'Terminus';
font-display: swap;
}
@font-face {
font-style: italic;
font-weight: 700;
src: url(/fonts/terminus/TerminusBoldItalic.woff2);
font-family: 'Terminus';
font-display: swap;
}