Global Roboto Mono

change annoying FaracoHandRegular font to a more readable one

当前为 2022-06-09 提交的版本,查看 最新版本

// ==UserScript==
// @name       Global Roboto Mono
// @namespace  http://use.i.E.your.homepage/
// @version    0.2
// @description  change annoying FaracoHandRegular font to a more readable one
// @match https://*/*
// @match http://*/*
// @copyright  2012+, You
// @grant      GM_addStyle
// @license MIT
// ==/UserScript==

GM_addStyle("head { font-family: 'Roboto Mono', monospace; }");
GM_addStyle("body { font-family: 'Roboto Mono', monospace; }");
GM_addStyle("main { font-family: 'Roboto Mono', monospace; }");
GM_addStyle("div { font-family: 'Roboto Mono', monospace; }");

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址