Restores the original font, from before November 2022.
skribbl.io original font by surfer01
Details
Authorsurfer01
LicenseNo License
Categoryskribbl.io
Created
Updated
Size436 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 skribbl.io original font
@namespace userstyles.world/user/surfer01
@version 1
@description Restores the original font, from before November 2022.
@author surfer01
==/UserStyle== */
@-moz-document domain("skribbl.io") {
#game-chat,
.player-info * {
font-family: sans-serif!important;
}
#game-chat *,
.player-info * {
line-height: 1.5em!important;
}
}