Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save duncanwerner/6b50c77747a15f3f706b413f39e9f4cc to your computer and use it in GitHub Desktop.
Save duncanwerner/6b50c77747a15f3f706b413f39e9f4cc to your computer and use it in GitHub Desktop.
user.css for moz look-and-feel
@import url(https://fonts.googleapis.com/css?family=Fira+Mono:400,700);
@import url(https://fonts.googleapis.com/css?family=Fira+Sans:400,300,300italic,400italic,500,500italic,700,700italic);
html, body, input[type=text] {
font: 11pt 'Fira Sans' !important;
}
pre {
font: 11pt 'Fira Mono' !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment