[feature] 增加 chrome 里将宋体替换成雅黑的方法
This commit is contained in:
parent
dc13a3766d
commit
b0e1a73432
9
win/setup/chrome-simsun.md
Normal file
9
win/setup/chrome-simsun.md
Normal 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'); }
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user