jonnybarnes.uk/resources/css-2023/fonts.css
2023-04-07 15:09:29 +01:00

17 lines
218 B
CSS
Vendored

body {
font-family: var(--font-family-body);
font-size: var(--font-size-md);
}
code {
font-family: var(--font-family-monospace);
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--font-family-headings);
}