move to Baskervville for headings, with proper smallcaps variant

This commit is contained in:
2026-03-05 08:15:24 -05:00
parent b0e6576b33
commit b291e93e75
7 changed files with 36 additions and 71 deletions

View File

@@ -1,3 +1,4 @@
@import '@fontsource-variable/figtree';
@import 'reset.css';
@import 'vars.css';
@import 'prose.css';

View File

@@ -1,35 +1,34 @@
@import '@fontsource-variable/baskervville';
.prose {
h1, h2, h3, h4, h5, h6 {
font-family: 'Merriweather Variable', serif;
font-weight: 600;
font-family: 'Baskervville Variable', serif;
font-weight: 650;
margin-bottom: 0.25rem;
color: hsl(0 0% 27%);
letter-spacing: 0.015em;
}
h1 {
margin-top: 0.5em;
font-size: 2.15em;
font-size: 2.25em;
}
h2 {
font-size: 1.6em;
font-size: 1.75em;
}
h3 {
font-size: 1.25em;
font-size: 1.4em;
}
h4 {
font-size: 1.1em;
font-size: 1.2em;
}
h5, h6 {
font-size: 1em;
font-weight: 700;
color: var(--content-color);
}
h1, h2, h3, h4 {
margin-bottom: 0.5em;
}
p, ul, ol {