92 lines
2.3 KiB
CSS
92 lines
2.3 KiB
CSS
/** +--------------------------------+ **/
|
|
/** | Sans fonts | **/
|
|
/** +--------------------------------+ **/
|
|
|
|
@font-face {
|
|
font-family: "Nunito";
|
|
src: url('/fonts/Nunito/Nunito-Regular.woff2') format("woff2");
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Nunito";
|
|
src: url('/fonts/Nunito/Nunito-Italic.woff2') format("woff2");
|
|
font-weight: 400;
|
|
font-style: italic;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Nunito";
|
|
src: url('/fonts/Nunito/Nunito-SemiBold.woff2') format("woff2");
|
|
font-weight: 600;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Nunito";
|
|
src: url('/fonts/Nunito/Nunito-SemiBoldItalic.woff2') format("woff2");
|
|
font-weight: 600;
|
|
font-style: italic;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Nunito";
|
|
src: url('/fonts/Nunito/Nunito-Bold.woff2') format("woff2");
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Nunito";
|
|
src: url('/fonts/Nunito/Nunito-BoldItalic.woff2') format("woff2");
|
|
font-weight: 700;
|
|
font-style: italic;
|
|
font-display: swap;
|
|
}
|
|
|
|
/** +--------------------------------+ **/
|
|
/** | Serif fonts | **/
|
|
/** +--------------------------------+ **/
|
|
|
|
/**/
|
|
|
|
/** +--------------------------------+ **/
|
|
/** | Monospace fonts | **/
|
|
/** +--------------------------------+ **/
|
|
|
|
@font-face {
|
|
font-family: "RobotoMono";
|
|
src: url('/fonts/RobotoMono/RobotoMono-VariableFont_wght.woff2') format("woff2-variations");
|
|
font-weight: 125 950;
|
|
font-stretch: 75% 125%;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "RobotoMono";
|
|
src: url('/fonts/RobotoMono/RobotoMono-Italic-VariableFont_wght.woff2') format("woff2-variations");
|
|
font-weight: 125 950;
|
|
font-stretch: 75% 125%;
|
|
font-style: italic;
|
|
font-display: swap;
|
|
}
|
|
|
|
/** +--------------------------------+ **/
|
|
/** | Display fonts | **/
|
|
/** +--------------------------------+ **/
|
|
|
|
@font-face {
|
|
font-family: "PoiretOne";
|
|
src: url('/fonts/PoiretOne/PoiretOne-Regular.woff2') format("woff2");
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|