Restores the original font, from before November 2022.
/* ==UserStyle==
@name skribbl.io original font
@namespace https://greasyfork.org/en/users/795073-thewordwas
@version 1
@description Restores the original font, from before November 2022.
@author TheWordWas
==/UserStyle== */
@-moz-document domain("skribbl.io") {
#game-chat,
.player-info * {
font-family: sans-serif!important;
}
#game-chat *,
.player-info * {
line-height: 1.5em!important;
}
}