How to reset Chrome font settings without delete current whole profile?
如果你手贱,修改了Chrome的字体设置,想要恢复,如何都恢复不到默认的情况,你又不想删除用户配置,可以这样做:
- 关闭Chrome
- 找到你的Chrome用户配置所在目录,例如 Ubuntu下 主目录下/.config/google-chrome/Profile 1/Preferences文件,先备份一下,然后修改其中的内容:
"fonts":{"standard":{"Zyyy":"AR PL UMing CN"}
把其中的字体名字"AR PL Uming CN"删除即可:
"fonts":{"standard":{"Zyyy":""}
保存即可 - 重启Chrome,检查字体是否恢复默认了。