Skip to content

Instantly share code, notes, and snippets.

@venj
Forked from mcxiaoke/google-chrome-config
Created April 30, 2011 00:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save venj/949294 to your computer and use it in GitHub Desktop.
Save venj/949294 to your computer and use it in GitHub Desktop.
google-chrome-config
#:~/.config/google-chrome/Default/Preferences
# 或 ~/.config/Chromium/Default/Preferences
#在此文件中修改最后一段如下:
"webkit": {
"webprefs": {
"default_fixed_font_size": 16,
"default_font_size": 16,
"fixed_font_family": "DejaVu Sans Mono",
"minimum_font_size": 12,
"sansserif_font_family": "DejaVu Sans Serif",
"serif_font_family": "DejaVu Sans",
"uses_universal_detector": true
}
}
#我把小可的配置文件修改了一下,换成了字体为DejaVu字体系列。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment