This is used to get back the Gotham font on the Roblox website.
Gotham by Crytkee
Details
AuthorCrytkee
LicenseGNU GPLv3
Categorywww.roblox.com
Created
Updated
Size607 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 Gotham
@version 1.12
@namespace https://userstyles.world/user/Crytkee
@description This is used to get back the Gotham font on the Roblox website.
@author Crytkee
@license GNU GPLv3
==/UserStyle== */
@-moz-document url-prefix("https://www.roblox.com") {
/* This is where the font is fixed. You can also change it to whatever font you want, such as Arial or Source Sans Pro. If you want to put it back as Gotham. make sure you type HCo Gotham SSm in the quotation marks. Thank you!!! */
* {
font-family : "HCo Gotham SSm" !important ;
}
}