changes all blaseball fonts to opendyslexic (if installed) for a nicer blaseball experience
open dyslexic for blaseball by amazingakita
Details
Authoramazingakita
LicenseNo License
Categoryblaseball.com
Created
Updated
Size415 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
needs opendyslexic installed to work: https://opendyslexic.org/
Source code
/* ==UserStyle==
@name open dyslexic for blaseball
@version 20230124.21.29
@namespace userstyles.world/user/amazingakita
@description changes all blaseball fonts to opendyslexic (if installed) for a nicer blaseball experience
@author amazingakita
@license No License
==/UserStyle== */
@-moz-document domain("blaseball.com") {
*{
font-family: "OpenDyslexic" !important
}
}