洪宇帆
(洪宇帆)
1
// ==UserScript==
// @name ChangeToFiraCode
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://discourse.xinyoudui.com/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
document.body.style.fontFamily='Fira Code'; // 把引号中的字体改成你喜欢的字体,前提是电脑上已经提前安装
// Your code here...
})();
- 此处的
Fira Code 字体在我的帖子中有说明
- 确保插件已经运行:

- 刷新网页后字体就被成功覆盖了:
- (应该看的出来字体更改了
- 理论上来说沿用此方法可以做出更强大的更改
- 这个就留给dalao们探索辣!
- 如果有想法可以发在评论区
- 最后给蒟蒻一个赞呗 qwp
5 个赞