https://github.com/ppalone/chrome-devtools-theme
Custom font for chrome devtools
https://github.com/ppalone/chrome-devtools-theme
Last synced: 2 months ago
JSON representation
Custom font for chrome devtools
- Host: GitHub
- URL: https://github.com/ppalone/chrome-devtools-theme
- Owner: ppalone
- Created: 2021-05-08T07:34:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-08T08:33:48.000Z (about 4 years ago)
- Last Synced: 2025-01-17T08:44:42.004Z (4 months ago)
- Language: CSS
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
_Based on this [gist](https://gist.github.com/vbsessa/e337d0add70a71861b8c580d5e16996e)_
# 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
```css
/* I prefer Fira Code, You can use whichever font you want */
font-family: 'Fira Code', monospace !important;
```
4. Open chrome extensions `chrome://extensions` & Enable developer mode
5. 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`