Global Windings

Changes All Fonts to Windings

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
// ==UserScript==
// @name       Global Windings
// @namespace  http://use.i.E.your.homepage/
// @author PopSquip, BurritoBenny
// @version    0.11
// @description  Changes All Fonts to Windings
// @match https://*/*
// @match http://*/*
// @copyright  2012+, You
// @grant      GM_addStyle
// @license Apache 2.0
// ==/UserScript==

GM_addStyle("head { font-family: Winding; }");
GM_addStyle("h1 { font-family: Winding; }");
GM_addStyle("body { font-family: Winding; }");
GM_addStyle("main { font-family: Winding; }");
GM_addStyle("div { font-family: Winding; }");
GM_addStyle("span { font-family: Winding; }");