Skip to content

Instantly share code, notes, and snippets.

@mbifulco
Created May 11, 2020 14:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbifulco/39ace654489726ec84c58fd3abbfd563 to your computer and use it in GitHub Desktop.
Save mbifulco/39ace654489726ec84c58fd3abbfd563 to your computer and use it in GitHub Desktop.
convertkit email custom css embed
<style>
ul, ol {
list-style-position: outside !important;
padding-inline-start: 20px !important;
}
h1, h2 ,h3, h4, h5, h6 {
font-family: 'SF Compact Display',-apple-system,'Segoe UI',Roboto,Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol' !important;
font-weight: 700 !important;
margin: 1em 0 .625em !important;
line-height: 1.16em !important
}
p, li, span, input {
font-size: 17px !important;
font-kerning: auto;
font-family: Spectral, serif;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment