Global Roboto Mono

change annoying FaracoHandRegular font to a more readable one

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

// ==UserScript==
// @name       Global Roboto Mono
// @namespace  http://use.i.E.your.homepage/
// @version    0.1
// @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("body { font-family: 'Roboto Mono', monospace; }");