How to revert the Roblox website font! [Extension]

jesus bruh

3 Likes

My eyes are burning just looking at it

it already has in studio
(chars)

no, L font, what r you on
dude this font hurts to read im being so serious

2 Likes

20/20 vision my brother

char limit

1 Like

I totally agree! I actually like the font, but the formatting should definitely be tweaked.

1 Like

And yet again we have another post about something roblox did that someone doesn’t like. Not even gonna lie, this post is just spam at this point.

I highly suggest linking some sort of solution to change fonts at the top of the post, in big bold print as soon as possible. That way reading this post has some sort of value.

this font sucks, please revert.

EXACTLY this font is not that bad idk what people are blabbering about
i like it actually

This font is SO terrible. They went out of their way to introduce a BAD, THIN FONT and apply it to the website. Hell, look at your friends page.

1 Like

What else do u expect them to do bruh

That’s LITERALLY what I did LOL…

1 Like

Make the gap in between each letter a little larger? Lol

1 Like

it looks fine its ur problem if u cant read a basic font

Why not use Montserrat, the font that looks almost indistinguishable from Gotham?

1 Like

The site looks really bad right now. Font feels low-res and too small. Makes me squint to see some stuff and generally feels like a very last minute change. Hopefully they work on it a bit more to make it less unappealing.

1 Like

It looks good and ugly at the same time.

1 Like

The font gives me Comic Sans vibes lol, please change it back

It looks pretty good, but it’s a horrible font to use around the entire site. Surely one guy said it was a little hard to read during testing.

1 Like

Quick fix if you want it back ASAP:

Download Stylebot
On Roblox’s website, open Stylebot, click the code option on the bottom, and add

* {
    font-family: sans-serif;
}

Then, download Gotham from the web, and set it as your browser’s sans-serif font.
Done.

Alternatively, install the Gotham font to your computer and use this code instead:

* {
    font-family: "Gotham";
}

or

* {
    font-family: "Gotham SSm";
}

depending on what the font is called on your system.

3 Likes