Last active
August 28, 2024 18:32
-
-
Save RayHollister/d3dbf4a2b54cc2779bbbdd28d1740189 to your computer and use it in GitHub Desktop.
OptinMonster Custom CSS
This file contains hidden or 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
/* COMMENT: Put "proxima" in the Custom Class Attribute of the element on OptinMonster that you want to appear in Proxima Nova font. */ | |
html div#om-{{id}} .proxima * { | |
font-family: proxima-nova, sans-serif !important; font-weight: 800; font-style: normal; | |
} | |
html div#om-{{id}} .x-btn, html div#om-{{id}} .button, html div#om-{{id}} [type="submit"] { | |
text-shadow:none !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment