This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*Customise Safari Web Inspector font*/ | |
/*(tested on Safari 7.0.1 on OS X Mavericks)*/ | |
/*NO WARRANTY IMPLIED - Will work until Safari is updated requiring a re-patch*/ | |
/*INSTRUCTIONS*/ | |
1. Quit Safari | |
2. In Finder go to the following folder: /System/Library/PrivateFrameworks | |
3. Copy the following framework to your Desktop: WebInspectorUI.framework | |
4. Rename the original framework to avoid overwriting - I append .orig to the filename - authenticate if necessary | |
5. Open Terminal and enter the following command: chmod 777 ~/Desktop/WebInspectorUI.framework/Versions/A/Resources/Main.css |