Comment by typesarecool
2 days ago
Looks like all the CSS is
/* Drop caps / .first-paragraph { position: relative; padding-top: 0.2em;
&::first-letter {
/* font-weight: bold; */
font-size: 4em;
float: left;
margin: 0.15em 0.05em 0 0;
font-family: 'EBGaramond-InitialsF2', serif;
font-display: block;
line-height: 0.83em; /* Fix alignment in Chrome */
}
&::before {
margin: 0.15em 0.05em 0 0;
font-size: 4em;
font-family: 'EBGaramond-InitialsF1', serif;
content: attr(data-first-letter);
color: gray;
position: absolute;
left: 0;
top: 0.28em;
}
}
And the fonts come from https://github.com/georgd/EB-Garamond-Initials