Skip to content

Instantly share code, notes, and snippets.

@jpdevries
Created February 9, 2014 17:24
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 jpdevries/8902471 to your computer and use it in GitHub Desktop.
Save jpdevries/8902471 to your computer and use it in GitHub Desktop.
Sass to override Redactor font-family
/* this will override the redactor font-family declaration regarldess order */
body { /* add specificity */
.redactor-link-tooltip,
.redactor-link-tooltip a {
font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif !important; /* your other font here */
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment