Skip to content

Instantly share code, notes, and snippets.

@dmje
Created February 17, 2025 16:32
Show Gist options
  • Save dmje/04bb56e36022fb356c43f1f0a476d1e5 to your computer and use it in GitHub Desktop.
Save dmje/04bb56e36022fb356c43f1f0a476d1e5 to your computer and use it in GitHub Desktop.
<!--put this in a code block at top of mailing-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Slab:[email protected]&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap" rel="stylesheet">
<style>
p {
font-family: "Roboto Slab", serif !important;
}
h1,h2,h3,h4,h5{
font-family: "Source Serif 4", serif !important;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment