Replaces the Sneak font-family in Blaseball.
SneakPique by subtractionsoup
Details
Authorsubtractionsoup
LicenseNo License
Categoryblaseball
Created
Updated
Size1.6 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name SneakPique
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Replaces uses of the Sneak font in Blaseball
@author SubtractionSoup
==/UserStyle== */
@-moz-document domain(blaseball.com) {
body,
.game-header__team,
.game-header__score,
.Post-Text,
.PostFeed-Header-Subtitle,
.Post-ActionBar,
.League-DivisionCard-TeamName,
.League-DivisionCard-Title,
.League-Name h3,
.bet-widget__odds {
font-family: Helvetica Neue, sans-serif;
}
.schedule__day,
.user-header__info,
.playtab__cover-cta-description,
.playtab__election-button--primary,
.playtab__election-button,
.playtab__cover-header__dates,
.playtab__cover-header__season,
.game-widget__log,
.game-header,
.game-widget__player-name,
.game-widget__count-label,
.navigation__block,
.PostUser-Username,
.PostUser-Username-OriginalPost,
.ticker__message,
.bet-widget__game,
.bet-widget__record,
.League-DivisionCard-ListItem .WinLossValues,
.League-DivisionCard-Rank,
.elections__button,
.blessing__header--small,
.blessing__header--small,
.submit-votes__totals-number,
.submit-votes__input,
.submit-votes__vote-value,
.blessing,
.election-modal__submit-button,
.submit-votes__description,
.bet-widget__payout,
.schedule__live,
.label-mono-medium,
.label-mono-small {
font-family: Consolas, Courier New, monospace;
font-size-adjust: 0.5;
}
}