@lukemperez Thank you, Luke! Choosing the font was the most difficult part, implementing was easy:
- Step 1: Upload the .woff (or .woff2) versions of the font to micro.blog’s Upload section
- Step 2: Added a dedicated section for each font variant, for example:
@font-face {
font-family: CooperHewitt;
font-style: normal;
font-weight: bold;
font-stretch: normal;
src: url('https://blog.miljko.org/uploads/2025/cooperhewitt-bold.woff') format('woff');
}
- Step 3: Remove the Google Font cruft (the best part!)