amethyst/assets/_fonts.scss

21 lines
536 B
SCSS
Raw Normal View History

// 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";
--font-mono: "PP Fraktion Mono", "Fira Code", monospace;
2023-05-29 14:52:30 -04:00
font-synthesis: weight style small-caps;
}
2023-01-02 19:45:12 -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-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-01-02 19:45:12 -05:00
}