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 {
|
2023-05-29 14:52:30 -04:00
|
|
|
--font-body: "BaBulletJournal", sans-serif;
|
|
|
|
--font-header: "Braveheart";
|
2023-01-05 16:05:36 -05:00
|
|
|
--font-mono: "PP Fraktion Mono", "Fira Code", monospace;
|
2023-05-29 14:52:30 -04:00
|
|
|
font-synthesis: weight style small-caps;
|
2023-01-05 16:05:36 -05:00
|
|
|
}
|
|
|
|
|
2023-01-02 19:45:12 -05:00
|
|
|
|
2023-01-01 18:41:14 -05:00
|
|
|
|
2023-01-02 19:45:12 -05:00
|
|
|
@font-face {
|
2023-05-29 14:52:30 -04:00
|
|
|
font-family: "Braveheart";
|
|
|
|
src: url('fonts/Braveheart.ttf');
|
2023-01-01 18:41:14 -05:00
|
|
|
}
|
2023-01-02 19:45:12 -05:00
|
|
|
|
|
|
|
@font-face {
|
2023-05-29 14:52:30 -04:00
|
|
|
font-family: "BaBulletJournal";
|
|
|
|
src: url('fonts/BaBulletJournal.ttf');
|
2023-05-29 16:06:30 -04:00
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-family: "AaBobble";
|
|
|
|
src: url('fonts/AaBOBBLE_L.ttf');
|
2023-01-02 19:45:12 -05:00
|
|
|
}
|