2023-01-05 16:05:36 -05:00
|
|
|
// Replace this with your own font imports!
|
|
|
|
@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;700&family=Source+Sans+Pro:wght@400;600&display=swap');
|
|
|
|
|
|
|
|
:root {
|
|
|
|
--font-body: "PP Mori", "Source Sans Pro", sans-serif;
|
|
|
|
--font-header: "PP Mori", "Source Sans Pro", sans-serif;
|
|
|
|
--font-mono: "PP Fraktion Mono", "Fira Code", monospace;
|
|
|
|
}
|
|
|
|
|
2023-01-01 18:41:14 -05:00
|
|
|
@font-face {
|
2023-01-02 19:45:12 -05:00
|
|
|
font-family: "PP Mori";
|
2023-01-01 18:41:14 -05:00
|
|
|
font-style: normal;
|
2023-01-02 19:45:12 -05:00
|
|
|
font-weight: normal;
|
|
|
|
src: url('fonts/PPMori-SemiBold.woff2');
|
2023-01-01 18:41:14 -05:00
|
|
|
}
|
2023-01-02 19:45:12 -05:00
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: "PP Mori";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: lighter;
|
|
|
|
src: url('fonts/PPMori-Book.woff2');
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: "PP Mori";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: bold;
|
2023-01-02 20:46:39 -05:00
|
|
|
src: url('fonts/PPMori-SemiBold.woff2');
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: "PP Mori";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 1000;
|
2023-01-02 19:45:12 -05:00
|
|
|
src: url('fonts/PPMori-ExtraBold.woff2');
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: "PP Mori";
|
|
|
|
font-style: italic;
|
|
|
|
font-weight: normal;
|
|
|
|
src: url('fonts/PPMori-RegularItalic.woff2');
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: "PP Mori";
|
|
|
|
font-style: italic;
|
|
|
|
font-weight: bold;
|
|
|
|
src: url('fonts/PPMori-SemiBoldItalic.woff2');
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
2023-01-01 18:41:14 -05:00
|
|
|
@font-face {
|
2023-01-02 19:45:12 -05:00
|
|
|
font-family: "PP Fraktion Mono";
|
2023-01-01 18:41:14 -05:00
|
|
|
font-style: normal;
|
2023-01-02 19:45:12 -05:00
|
|
|
font-weight: normal;
|
|
|
|
src: url('fonts/PPFraktionMono-Regular.woff2');
|
2023-01-01 18:41:14 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
2023-01-02 19:45:12 -05:00
|
|
|
font-family: "PP Fraktion Mono";
|
2023-01-01 18:41:14 -05:00
|
|
|
font-style: normal;
|
2023-01-02 19:45:12 -05:00
|
|
|
font-weight: lighter;
|
2023-01-05 16:05:36 -05:00
|
|
|
src: url('fonts/PPFraktionMono-Bold.woff2');
|
2023-01-01 18:41:14 -05:00
|
|
|
}
|
|
|
|
|
2023-01-02 19:45:12 -05:00
|
|
|
@font-face {
|
|
|
|
font-family: "PP Fraktion Mono";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: bold;
|
|
|
|
src: url('fonts/PPFraktionMono-Bold.woff2');
|
2023-01-01 18:41:14 -05:00
|
|
|
}
|
|
|
|
|
2023-01-02 19:45:12 -05:00
|
|
|
@font-face {
|
|
|
|
font-family: "PP Fraktion Mono";
|
|
|
|
font-style: italic;
|
|
|
|
font-weight: normal;
|
|
|
|
src: url('fonts/PPFraktionMono-RegularItalic.woff2');
|
2023-01-01 18:41:14 -05:00
|
|
|
}
|
2023-01-02 19:45:12 -05:00
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: "PP Fraktion Mono";
|
|
|
|
font-style: italic;
|
|
|
|
font-weight: bold;
|
|
|
|
src: url('fonts/PPFraktionMono-BoldItalic.woff2');
|
|
|
|
}
|