Skip to content

Roblox, in Arial by sulflix

Screenshot of Roblox, in Arial

Details

Authorsulflix

LicenseNo License

Categoryroblox

Created

Updated

Size1.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Forces Roblox to use the Arial Font.

Notes

Features:
Arial. That's it.

Source code

/* ==UserStyle==
@name           Roblox, in Arial
@namespace      roblox.com
@version        1.0.0
@description    Forces Roblox to use the Arial Font.
@author         sulflix
==/UserStyle== */
@-moz-document domain("roblox.com") {
    @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
    .builder-font .text,
    .builder-font body,
    .builder-font button,
    .builder-font html,
    .builder-font input,
    .builder-font pre,
    .builder-font select,
    .builder-font textarea,
    .builder-font,
    .builder-font .h1,
    .builder-font .h2,
    .builder-font .h3,
    .builder-font .h4,
    .builder-font .h5,
    .builder-font .h6,
    .builder-font h1,
    .builder-font h2,
    .builder-font h3,
    .builder-font h4,
    .builder-font h5,
    .builder-font h6 {
        font-family: Arial, sans-serif;
    }
    
    .builder-font .game-card-container .game-card-name {
        font-weight: 500;
    }
}

Reviews

No reviews yet.