Created
May 11, 2020 14:39
-
-
Save mbifulco/39ace654489726ec84c58fd3abbfd563 to your computer and use it in GitHub Desktop.
convertkit email custom css embed
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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