-
-
Save venj/949294 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/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