Disables the annoying upside-down letters and numbers in Sneak font family.
SneakKing by subtractionsoup
Details
Authorsubtractionsoup
LicenseNo License
Categoryblaseball
Created
Updated
Size397 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 SneakKing
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Disable the upside-down letters and numbers in Sneak fonts
@author SubtractionSoup
==/UserStyle== */
@-moz-document domain("blaseball.com") {
body {
font-feature-settings: "ss03" on;
}
button {
font-feature-settings: "ss03" on;
}
}