jonnybarnes.uk/resources/sass/_base.scss
Jonny Barnes b2b6693aec Ooof, got the dependencies all up to date as well
Lots of tests needed fixing, but it seemed to be a whitespace parsing
error in the view files 🤔
2019-10-27 16:15:14 +00:00

13 lines
144 B
SCSS
Vendored

body {
font-family: var(--font-stack-body);
font-size: 2rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--font-stack-headings);
}