banishes times new roman from blaseball.com and puts the right fonts in
font fix by mynotaurus
Details
Authormynotaurus
LicenseNo License
Categoryblaseball
Created
Updated
Size1.2 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 font fix
@namespace github.com/openstyles/stylus
@version 2.0.0
@description A new userstyle
@author Myno
==/UserStyle== */
@-moz-document domain("blaseball.com") {
:root{
--sneak-ss03: "ss03" on;
}
.h1, .jumbo-h1, .playtab__cover-header__title {
font-family: GT Sectra;
}
.label-serif-large, .label-serif-medium, .label-serif-small, .h2,
.takeover__being--default .takeover__message,
.takeover__message,
.onboarding__team-name,
.onboarding-modal__header,
.election-modal__title,
.submit-votes__total-tickets,
.referendum-vote__header,
.referendum-vote__text,
.referendum-vote__select-button,
.tournament-round__button--disabled,
.comment-modals__title{
font-family: GT Sectra;
}
.h3, .p, .p-small, .label-sans-medium, .label-sans-small, .label-mono-medium, .label-mono-small,
.comment-modals__body,
.report-comment-modals__body{
font-family: Sneak;
}
.label-mono-medium,
.label-mono-small {
font-family:Sneak Mono;
text-transform:uppercase
}
* {
font-feature-settings: var(--sneak-ss03);
}
}