ppalone / chrome-devtools-theme

Custom font for chrome devtools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Custom font for chrome devtools


Languages

Language:CSS 64.4%Language:JavaScript 23.0%Language:HTML 12.6%