先看看最终效果(点击图片查看原图):
电脑是HP的光影精灵,15.6寸1080p屏幕.
外接dell 2515h 2k显示器,自我感觉效果都挺满意,当然如果有4k显示器肯定更好.
![](https://img.haomeiwen.com/i2199990/5e69e6a0ee156267.png)
![](https://img.haomeiwen.com/i2199990/30f766ddc391e992.png)
-
字体是sarasa gothic hc,更纱黑体,直接百度第一个就能下载貌似.
-
下载后安装字体.
系统是win10,mactype版本MacTypeInstaller_2019.1-beta6
- 装好后向导里面用的这个:
![](https://img.haomeiwen.com/i2199990/422ef03994297369.jpg)
- 因为我主要只针对浏览器使用,所以没有做全局字体替换,系统字体使用方正兰亭细黑,在Centbrowser浏览器里用了一个油猴脚本,原来是强制使用思源字体的,我改了下,使用更纱黑体:
userjs脚本如下:
// ==UserScript==
// @name 强制使用某字体
// @version 1.0.2
// @description 强制使用某字体
// @author 1v9
// @run-at document-start
// @include *
// @grant unsafeWindow
// @license MIT
// @require https://greasyfork.org/scripts/29500-%E5%BC%BA%E5%88%B6%E4%BD%BF%E7%94%A8%E5%AD%97%E4%BD%93-%E6%A0%B8%E5%BF%83/code/%E5%BC%BA%E5%88%B6%E4%BD%BF%E7%94%A8%E5%AD%97%E4%BD%93%20-%20%E6%A0%B8%E5%BF%83.js
// @namespace https://greasyfork.org/users/129905
// ==/UserScript==
(function() {
changeFont("sarasa gothic hc",2);
})();
5.然后mactype的配置是从网站找的,也改了一下:
随便起个名字,放在mactype安装目录下的ini/文件夹里,比如xxx.ini:
内容:
[General]
Name=更纱黑体
Icon=
HookChildProcesses=1
HintingMode=1
AntiAliasMode=4
NormalWeight=16
BoldWeight=2
ItalicSlant=0
UseMapping=0
GammaMode=0
GammaValue=1.4
Contrast=1.7
RenderWeight=1.8
TextTuning=6
TextTuningR=6
TextTuningG=6
TextTuningB=6
BolderMode=0
FontLoader=0
FontLink=1
FontSubstitutes=1
MaxHeight=0
;Shadow=0,0,16,FFFFFF,8,000000
LcdFilter=1
LoadOnDemand=1
CacheMaxFaces=256
CacheMaxSizes=33554432
CacheMaxBytes=67108864
EnableKerning=0
MaxBitmap=0
[ExcludeModule]
Photoshop.EXE
Illustrator.EXE
[exclude]
photoshop.EXE
[FontSubstitutes]
SimSun=Microsoft YaHei UI
SimSun-ExtB=Microsoft YaHei UI
NSimSun=Microsoft YaHei UI
Microsoft Sans Serif=Microsoft YaHei UI
MS Serif=Microsoft YaHei
MS Sans Serif=Microsoft YaHei UI
[Individual]
SimSun=,,26,,,
NSimSun=,,26,,,
Microsoft YaHei=,,24,,,
Microsoft YaHei UI=,,24,,,
方正兰亭细黑_GBK=,,20,,,
[FontSubstitutes@Explorer.exe]
Microsoft Sans Serif=方正兰亭细黑_GBK
[FontSubstitutes@Firefox.exe]
Microsoft Sans Serif=
Arial Unicode MS=方正兰亭细黑_GBK
SimSun=方正兰亭细黑_GBK
SimSun-ExtB=方正兰亭细黑_GBK
NSimSun=方正兰亭细黑_GBK
SimHei=方正兰亭细黑_GBK
[ExcludeSub]
© 2020 GitHub, Inc.
acrodist.EXE
devenv.EXE
photoshop.EXE
POWERPNT.EXE
WINWORD.EXE
wps.exe
[UnloadDll]
AdobeIPCBroker.exe
audiodg.exe
CCXProcess.exe
CoreSync.exe
fontforge.exe
igfxCUIService.exe
igfxEM.exe
igfxHK.exe
lass.exe
MsMpEng.exe
node.exe
NVDisplay.Container.exe
OfficeClickToRun.exe
pia-service.exe
QHActiveDefense.exe
QHSafeTray.exe
QHWatchdog.exe
RuntimeBroker.exe
SearchFilterHost.exe
SearchIndexer.exe
SearchProtocolHost.exe
services.exe
spoolsv.exe
stacsv64.exe
SynTPEnh.exe
SynTPHelper.exe
taskhostw.exe
VBoxSVC.exe
VirtualBox.exe
vmnat.exe
vmnetdhcp.exe
vmware-authd.exe
vmware-usbarbitrator64.exe
vmware-vmx.exe
![](https://img.haomeiwen.com/i2199990/66d80f85a7340e2a.png)
这个字体下载:github上有,但是下载下来是好多字体(粗细不一,样式差不多)的合集,很大,感觉没必要
![](https://img.haomeiwen.com/i2199990/842e83f4f82eb36c.png)
我分享个,侵权的话留言告知,我删掉
链接:https://pan.baidu.com/s/1lwwal7jOXsF-BALlvSTD3A
提取码:nkfe
补充,今天发现思源黑体regular貌似更锐利一点:
userjs改下:
changeFont("source han sans regular",2);
mactype 配置不变.
字体:
![](https://img.haomeiwen.com/i2199990/81031d14a02b0df0.png)
网友评论