kooritea / electronic-wechat

:speech_balloon: A better WeChat on macOS and Linux. Built with Electron by Zhongyi Tong.
MIT License
566 stars 70 forks source link

如何设置字体? #90

Open couragelfyang opened 5 years ago

couragelfyang commented 5 years ago

Archlinux,默认的字体看上去很模糊,如何设置字体?

kooritea commented 5 years ago

在设置里面启用自定义css

body{
     font-size:20px!important;
}

根据自己需要改就好了