@
only0jac http://mactype.net/ 这里下载最新版 MacType 安装,然后到 C:\Program Files\MacType\ini 下去找你要使用的 ini 配置文件,在 [General] 下找有没有「 DirectWrite=1 」这一行(大部分自带配置都应该有),如果没有的话加上,然后开启注册表模式重启, DirectWrite 修改就打开了,如果不满意效果的话可以在配置文件里更改 GammaValueDW= 数值。
Chrome 的默认字体在设置里修改就行,字体替换代码:
```CSS
/* 替换简体中文字体 */
@
font-face { font-family: "宋体"; src: local("Noto Sans CJK SC") }
@
font-face { font-family: "宋体"; src: local("Noto Sans CJK SC"); font-weight: bold }
@
font-face { font-family: "新宋体"; src: local("Noto Sans CJK SC") }
@
font-face { font-family: "新宋体"; src: local("Noto Sans CJK SC"); font-weight: bold }
@
font-face { font-family: "黑体"; src: local("Noto Sans CJK SC") }
@
font-face { font-family: "黑体"; src: local("Noto Sans CJK SC"); font-weight: bold }
@
font-face { font-family: "微软雅黑"; src: local("Noto Sans CJK SC") }
@
font-face { font-family: "微软雅黑"; src: local("Noto Sans CJK SC"); font-weight: bold }
@
font-face { font-family: "Simsun"; src: local("Noto Sans CJK SC") }
@
font-face { font-family: "Simsun"; src: local("Noto Sans CJK SC"); font-weight: bold }
@
font-face { font-family: "SimSun-ExtB"; src: local("Noto Sans CJK SC") }
@
font-face { font-family: "SimSun-ExtB"; src: local("Noto Sans CJK SC"); font-weight: bold }
@
font-face { font-family: "NSimsun"; src: local("Noto Sans CJK SC") }
@
font-face { font-family: "NSimsun"; src: local("Noto Sans CJK SC"); font-weight: bold }
@
font-face { font-family: "Simhei"; src: local("Noto Sans CJK SC") }
@
font-face { font-family: "Simhei"; src: local("Noto Sans CJK SC"); font-weight: bold }
@
font-face { font-family: "Microsoft YaHei"; src: local("Noto Sans CJK SC") }
@
font-face { font-family: "Microsoft YaHei"; src: local("Noto Sans CJK SC"); font-weight: bold }
@
font-face { font-family: "Microsoft YaHei UI"; src: local("Noto Sans CJK SC") }
@
font-face { font-family: "Microsoft YaHei UI"; src: local("Noto Sans CJK SC"); font-weight: bold }
@
font-face { font-family: "Microsoft YaHei UI Light"; src: local("Noto Sans CJK SC Light") }
```
「 Noto Sans CJK SC 」可以替换为任何你想要的字体名(如果你装的是 Adobe 版本的思源黑体的话就是 Source Han Sans SC ),把代码放到 Stylish 里应用对象设置为全部就行。
替换完的效果: