7 lines
239 B
Bash
7 lines
239 B
Bash
|
#!/bin/sh
|
||
|
# Fix chrome web inspector fonts to be readable.
|
||
|
# http://blog.dotsmart.net/2011/09/30/change-font-size-in-chrome-devtools/
|
||
|
|
||
|
# Use:
|
||
|
cp ~/.dotfiles/chrome/Custom.css ~/Library/Application\ Support/Google/Chrome/Default/Custom.css
|