[feature] 增加 chrome 里将宋体替换成雅黑的方法

This commit is contained in:
Klesh Wong 2021-01-23 20:50:54 +08:00
parent dc13a3766d
commit b0e1a73432

View File

@ -0,0 +1,9 @@
替换成雅黑:
1. 安装 stylish
2. 添加样式:
```css
@font-face { font-family: \5B8B\4F53; src: local('Microsoft Yahei'); }
@font-face { font-family: SimSun; src: local('Microsoft Yahei'); }
```