Skip to content

Instantly share code, notes, and snippets.

@sar
Last active August 29, 2021 23:54
Show Gist options
  • Save sar/e9d0799d37d38374e6ee4f102757339b to your computer and use it in GitHub Desktop.
Save sar/e9d0799d37d38374e6ee4f102757339b to your computer and use it in GitHub Desktop.
Place in `~/.mozilla/firefox/{profile}/chrome/userChrome.css` and set config ` toolkit.legacyUserProfileCustomizations.stylesheets = true`
/* global font */
* {
font-family: DejaVu, sans-serif !important;
font-size: 10pt !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment