When the font of a website is 12px, It is very small in chrome and looks very hard. Modification method:
1. Close your Chrome browser first. (If you do not close it first, the modification may be overwritten)
2. Back up the configuration file again. If the configuration file is broken, it will be miserable:
CD. config / Google - Chrome / Default
CP preferences. Bak
3. Modify the preferences File
Gedit preferences
Find:
" WebKit " :{
" Webprefs " :{
" Default_fixed_font_size " : 16 ,
" Default_font_size " : 17 ,
" Fixed_font_family " : " \ U6587 \ u6cc9 \ u9a7f \ u7b49 \ u5bbd \ u5fae \ u7c73 \ u9ed1 " ,
" Sansserif_font_family " : " \ U6587 \ u6cc9 \ u9a7f \ u5fae \ u7c73 \ u9ed1 " ,
" Serif_font_family " : " \ U6587 \ u6cc9 \ u9a7f \ u5fae \ u7c73 \ u9ed1 "
}
}
Add"Minimum_font_size": 15,
" WebKit " :{
" Webprefs " :{
" Default_fixed_font_size " : 16 ,
" Default_font_size " : 17 ,
" Fixed_font_family " : " \ U6587 \ u6cc9 \ u9a7f \ u7b49 \ u5bbd \ u5fae \ u7c73 \ u9ed1 " ,
"
Minimum_font_size
"
:
15
,
" Sansserif_font_family " : " \ U6587 \ u6cc9 \ u9a7f \ u5fae \ u7c73 \ u9ed1 " ,
" Serif_font_family " : " \ U6587 \ u6cc9 \ u9a7f \ u5fae \ u7c73 \ u9ed1 "
}
}
4. Save and exit. Start chrome, And the font becomes larger.