change annoying FaracoHandRegular font to a more readable one
当前为
// ==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; }");