Skip to content

Homestuck BC Font Fix by aubymori

Screenshot of Homestuck BC Font Fix

Details

Authoraubymori

LicenseMPL-2.0

Categorybeyondcanon

Created

Updated

Size837 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Use regular Courier on Homestuck: Beyond Canon. Useful for those who prefer to read without ClearType.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Homestuck BC Font Fix
@namespace      aubymori
@version        1.0.2
@description    Use regular Courier on Homestuck: Beyond Canon.
@author         aubymori
==/UserStyle== */

@-moz-document domain("beyondcanon.com") {
    .__variable_4390da {
        --font-courier-std: courier, monospace;
    }
    
    :root:is(:not([data-theme]), [data-theme="default"]) {
        --link: -moz-hyperlinktext;
        --link--hover: -moz-hyperlinktext;
        --link-visited: -moz-visitedhyperlinktext;
        --link-visited--hover: -moz-visitedhyperlinktext;
    }
    
    a:active, button:active {
        --link: -moz-activehyperlinktext;
        --link--hover: -moz-activehyperlinktext;
    }
    
    .title__content {
        font-size: 32px;
        line-height: 1.15;
    }
}

Reviews

No reviews yet.