Changes All Fonts to Atkinson HyperLegible
// ==UserScript==
// @name Global Atkinson HyperLegible
// @namespace http://use.i.E.your.homepage/
// @author PopSquip
// @version 0.25
// @description Changes All Fonts to Atkinson HyperLegible
// @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("h1 { 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; }");
GM_addStyle("span { font-family: 'Atkinson Hyperlegible', sans-serif; }");