Created
June 24, 2016 17:57
-
-
Save duncanwerner/6b50c77747a15f3f706b413f39e9f4cc to your computer and use it in GitHub Desktop.
user.css for moz look-and-feel
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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