Created
December 13, 2018 03:12
-
-
Save h1romas4/efe5dcffb50ab50eab42d29a7038e695 to your computer and use it in GitHub Desktop.
Firefox Developer tools のフォントを変更する chrome/userChrome.css
This file contains hidden or 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
@-moz-document url-prefix("chrome://devtools/content/") { | |
* { | |
font-size: 15px !important; | |
font-family: 'Ricty Diminished for Powerline' !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment