🏠 返回首頁 

Font Rendering (Customized)

Enhance browser’s font rendering without installing MacType. This script offers a high-quality, customizable experience with ‘Microsoft YaHei’ font by default. It provides advanced features such as font rewriting, smoothing, scaling, stroking, shadowing, selective element handling and more. Designed for both general and personalized rendering, compatible with popular browsers, script managers & extensions. Configure via the script manager icon or keyboard shortcuts.

< 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.