CSS that converts it to the prior font.
Roblox Old Font (Prior 2024) by hetbet
Details
Authorhetbet
LicenseNo License
Categoryroblox.com
Created
Updated
Size439 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 Roblox Old Font (Prior 2024)
@version 20240420.18.40
@namespace https://userstyles.world/user/hetbet
@description CSS that converts it to the prior font.
@author hetbet
@license Free i dont care
==/UserStyle== */
@-moz-document url-prefix("https://www.roblox.com/") {
/* Converts to roblox old font */
.builder-font * {
font-family: 'HCo Gotham SSm' !important;
}
}