amethyst/assets/_fonts.scss

25 lines
614 B
SCSS

// 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: "BaBulletJournal", sans-serif;
--font-header: "Braveheart";
--font-mono: "PP Fraktion Mono", "Fira Code", monospace;
font-synthesis: weight style small-caps;
}
@font-face {
font-family: "Braveheart";
src: url('fonts/Braveheart.ttf');
}
@font-face {
font-family: "BaBulletJournal";
src: url('fonts/BaBulletJournal.ttf');
}
@font-face {
font-family: "AaBobble";
src: url('fonts/AaBOBBLE_L.ttf');
}