Refreshing the theme 0 ▲ writinginprogress 2 hours ago · 15 min read2909 words · Tech · hide · 0 comments Post last updated 11 minutes ago This time I'll go with Robert Birming's Bearming theme, just because I'm lazy and want to cleanly tests some other things he created. For posterity, here's the style for the current one: /* Fonts */ /* Fraunces: optical-size variable serif for headings */ /* Lora: refined variable serif for body reading */ @import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300..700;1,9..144,300..700&family=Lora:ital,wght@0,400..700;1,400..700&display=swap"); /* Variables */ :root { /* Fonts */ --font-main: "Fraunces", serif; --font-secondary: "Lora", serif; --font-monospace: ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, Consolas, monospace; /* Font sizes */ /* Slightly scaled down from before — Lora renders optically larger than Intel One Mono */ --font-size-h1: 2.25rem; --font-size-h2: 2rem; --font-size-h3: 1.75rem; --font-size-h4: 1.5rem; --font-size-h5: 1.375rem; --font-size-h6: 1.25rem; --font-size-body: 1.125rem;… No comments yet. Log in to reply on the Fediverse. Comments will appear here.