21 lines
536 B
SCSS
21 lines
536 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');
|
|
} |