changes all blaseball fonts to wingdings for a truly incomprehensible experience
blaseball in wingdings by amazingakita
Details
Authoramazingakita
LicenseNo License
Categoryblaseball.com
Created
Updated
Size398 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 blaseball in wingdings
@version 20230124.21.29
@namespace userstyles.world/user/amazingakita
@description changes all blaseball fonts to wingdings for a truly incomprehensible experience
@author amazingakita
@license No License
==/UserStyle== */
@-moz-document domain("blaseball.com") {
*{
font-family: "Wingdings" !important
}
}