Skip to content

Instantly share code, notes, and snippets.

@h1romas4
Created December 13, 2018 03:12
Show Gist options
  • Save h1romas4/efe5dcffb50ab50eab42d29a7038e695 to your computer and use it in GitHub Desktop.
Save h1romas4/efe5dcffb50ab50eab42d29a7038e695 to your computer and use it in GitHub Desktop.
Firefox Developer tools のフォントを変更する chrome/userChrome.css
@-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