Created
April 29, 2011 11:16
-
-
Save mcxiaoke/948177 to your computer and use it in GitHub Desktop.
google-chrome-config
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
#:~/.config/google-chrome/Defaul/Preferences | |
#在此文件中修改最后一段如下: | |
"webkit": { | |
"webprefs": { | |
"default_fixed_font_size": 14, | |
"default_font_size": 16, | |
"fixed_font_family": "Monospace", | |
"minimum_font_size": 12, | |
"sansserif_font_family": "Sans", | |
"serif_font_family": "Sans", | |
"uses_universal_detector": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment