Skip to content

Instantly share code, notes, and snippets.

@RayHollister
Last active August 28, 2024 18:32
Show Gist options
  • Save RayHollister/d3dbf4a2b54cc2779bbbdd28d1740189 to your computer and use it in GitHub Desktop.
Save RayHollister/d3dbf4a2b54cc2779bbbdd28d1740189 to your computer and use it in GitHub Desktop.
OptinMonster Custom CSS
/* 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