Global Atkinson HyperLegible

change annoying FaracoHandRegular font to a more readable one

目前為 2022-06-09 提交的版本,檢視 最新版本

// ==UserScript==
// @name       Global Atkinson HyperLegible
// @namespace  http://use.i.E.your.homepage/
// @author PopSquip
// @version    0.22
// @description  change annoying FaracoHandRegular font to a more readable one
// @match https://*/*
// @match http://*/*
// @copyright  2012+, You
// @grant      GM_addStyle
// @license Apache 2.0
// ==/UserScript==

GM_addStyle("head { font-family: 'Atkinson Hyperlegible', sans-serif; }");
GM_addStyle("body { font-family: 'Atkinson Hyperlegible', sans-serif; }");
GM_addStyle("main { font-family: 'Atkinson Hyperlegible', sans-serif; }");
GM_addStyle("div { font-family: 'Atkinson Hyperlegible', sans-serif; }");