Lots of tests needed fixing, but it seemed to be a whitespace parsing
error in the view files 🤔
13 lines
144 B
SCSS
Vendored
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);
|
|
}
|