Skip to content

Instantly share code, notes, and snippets.

@mcxiaoke
Created April 29, 2011 11:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mcxiaoke/948177 to your computer and use it in GitHub Desktop.
Save mcxiaoke/948177 to your computer and use it in GitHub Desktop.
google-chrome-config
#:~/.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