7 lines
235 B
Bash
Executable File
7 lines
235 B
Bash
Executable File
#!/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 ~/.yadr/chrome/Custom.css ~/Library/Application\ Support/Google/Chrome/Default/Custom.css
|