Skip to content

Instantly share code, notes, and snippets.

@AndrejMitrovic
Created September 17, 2016 12:04
Show Gist options
  • Save AndrejMitrovic/8438d96e264f5ae9112c8564e47d14a1 to your computer and use it in GitHub Desktop.
Save AndrejMitrovic/8438d96e264f5ae9112c8564e47d14a1 to your computer and use it in GitHub Desktop.
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("beej.us") {
/* body, p, div, textarea {
font-family: !important;
} */
/* this works: */
/* pre.code {
font-family: terminus
} */
pre.code {
font-family: terminus
}
/* @font-face {
font-family: "Courier New", "Courier";
src: local("Terminus");
} */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment