Font Rendering (Customized)

Without MacType, improve browser displaying more textured. "Microsoft Yahei" is used by default. For browser displaying, the script provides advanced features such as font rewriting, smoothing, scaling, stroke, shadow, special style elements, custom monospaced, etc. It can configure by "click Script Manager icon" or "use hotkeys" to call out the setup. The script is already compatible with major browsers and userscript managers, also commonly used Greasemonkey scripts and browser extensions.

< Feedback on Font Rendering (Customized)

Review: Good - script works

§
Posted: 2021-06-12

怎样自定义指定的字体

F9y4ngAuthor
§
Posted: 2021-06-12

若不了解CSS语法,建议先行学习,避免造成代码出错。

在代码中搜索font-family:,找到该关键词后,在冒号后添加新的字体名称。

如:要新增字体 "Sarasa Term SC"

原始字体定义为:font-family: "PingFang SC","Microsoft YaHei",sans-serif!important;

新增为:font-family: "Sarasa Term SC","PingFang SC","Microsoft YaHei",sans-serif!important;

Post reply

Sign in to post a reply.