/chrome-devtools-theme

Custom font for chrome devtools

Primary LanguageCSS

Based on this gist

Custom Devtools theme

(For Linux based OS only)

Change the default chrome devtools to whichever font you want

Instructions

  1. Clone the repository
  2. Edit the style.css
  3. Use your custom font
/* I prefer Fira Code, You can use whichever font you want */
font-family: 'Fira Code', monospace !important;
  1. Open chrome extensions chrome://extensions & Enable developer mode
  2. Click on load unpack and select the cloned folder

Additional steps for Mac/Windows

Replace the .platform-linux with .platform-mac (for Mac) & .platform-windows (for Windows) in style.css