68 lines
No EOL
1.5 KiB
CSS
68 lines
No EOL
1.5 KiB
CSS
:root {
|
|
--body-font-family: "Poppins", -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
|
|
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
|
|
--mono-font-family: "Roboto Mono", source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
|
|
monospace;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Poppins";
|
|
src: url("/public/media/fonts/Poppins/Poppins-Thin.ttf");
|
|
font-weight: 100;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Poppins";
|
|
src: url("/public/media/fonts/Poppins/Poppins-ExtraLight.ttf");
|
|
font-weight: 200;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Poppins";
|
|
src: url("/public/media/fonts/Poppins/Poppins-Light.ttf");
|
|
font-weight: 300;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Poppins";
|
|
src: url("/public/media/fonts/Poppins/Poppins-Regular.ttf");
|
|
font-weight: 400;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Poppins";
|
|
src: url("/public/media/fonts/Poppins/Poppins-SemiBold.ttf");
|
|
font-weight: 500;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Poppins";
|
|
src: url("/public/media/fonts/Poppins/Poppins-Bold.ttf");
|
|
font-weight: 600;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Poppins";
|
|
src: url("/public/media/fonts/Poppins/Poppins-ExtraBold.ttf");
|
|
font-weight: 700;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Poppins";
|
|
src: url("/public/media/fonts/Poppins/Poppins-Black.ttf");
|
|
font-weight: 800;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Roboto Mono";
|
|
src: url("/public/media/fonts/Roboto_Mono/RobotoMono-VariableFont_wght.ttf");
|
|
font-display: swap;
|
|
} |