Makes everything Wingdings. Have fun reading this!
Wingdingifier by bomberfish
Details
Authorbomberfish
LicenseNo License
Categoryeverything
Created
Updated
Size323 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Wingdingifier
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Makes everything Wingdings. Have fun reading this!
@author BomberFish
==/UserStyle== */
@-moz-document regexp(".*") {
* {
font-family: "Wingdings", "Webdings"!important
}
}