change font of drop caps

This commit is contained in:
2023-08-15 11:06:54 -07:00
parent 1a77127979
commit da72464f9a
4 changed files with 13 additions and 2 deletions

Binary file not shown.

View File

@ -7,10 +7,19 @@
font-display: block;
}
@font-face {
font-family: 'Baskerville';
font-style: normal;
font-weight: 400;
src: url(/Baskerville-Regular.woff2) format('woff2');
font-display: block;
}
:root {
--content-size: 1.25rem;
--content-line-height: 1.3;
--content-color: #1e1e1e;
--accent-color: #8c0606;
}
html {