Changes the font used on Roblox to Roblox Font 121, which can be found at https://www.cdnfonts.com/roblox-font-121.font
Roblox Font 121 For Roblox by EvelynAgainstTheWorld
Details
AuthorEvelynAgainstTheWorld
LicenseNo License
CategoryRoblox
Created
Updated
Size541 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 Font 121 For Roblox
@version 20220530.16.52
@namespace userstyles.world/user/EvelynAgainstTheWorld
@description Changes the font used on Roblox to Roblox Font 121, which can be found at https://www.cdnfonts.com/roblox-font-121.font
@author EvelynAgainstTheWorld
@license No License
==/UserStyle== */
@-moz-document domain("roblox.com") {
@import url('https://fonts.cdnfonts.com/css/roblox-font-121');
* {
font-family: 'Roblox Font 121', sans-serif !important;
}
}