17 lines
210 B
CSS
17 lines
210 B
CSS
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);
|
|
}
|