Skip to content

Typeracer: Revert font to Arial by markzeras

Screenshot of Typeracer: Revert font to Arial

Details

Authormarkzeras

LicenseNo License

Categoryplay.typeracer.com

Created

Updated

Size541 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Revert font from roboto to Arial for better readability. Works with Dark Theme

Notes

Revert font from roboto to Arial for better readability. Works with Dark Theme

Source code

/* ==UserStyle==
@name           11/30/2022, 2:52:34 PM
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document url-prefix("http://play.typeracer.com/"),
domain("play.typeracer.com"),
domain("pit.typeracer.com"),
domain("data.typeracer.com"),
domain("preview.typeracer.com") {
    .mainViewport table.inputPanel table div span {
        font-family: Arial;
    }

    .mainViewport table.inputPanel .txtInput {
        font-family: Arial;
    }
}

Reviews

No reviews yet.