Global Windings

Changes All Fonts to Windings

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(У мене вже є менеджер скриптів, дайте мені встановити його!)

Advertisement:

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Advertisement:

// ==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; }");