提取自油猴脚本“质感字体”,可以添加到你的网站 CSS 中全局改变网站字体:
<style type="text/css">*:not([class*='icon']):not(.fa):not(.fas):not(i) {font-family: 'PingFang SC','Heiti SC','myfont','Microsoft YaHei','Source Han Sans SC','Noto Sans CJK SC','HanHei SC', 'sans-serif' ,'icomoon','Icons' ,'brand-icons' ,'FontAwesome','Material Icons','Material Icons Extended','Glyphicons Halflings' !important;} *{font-weight:bold !important;font-family: 'PingFang SC','Microsoft YaHei';}</style>