Skip to content

no gg sans by userbyte

Screenshot of no gg sans

Details

Authoruserbyte

LicenseNo License

Categorydiscord.com

Created

Updated

Size700 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

reverts discord's font change

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           no gg sans
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    dont use gg sans as the primary font
@author         userbyte
==/UserStyle== */

@-moz-document domain("discord.com") {
    :root {
        /* default:
        --font-primary: "gg sans","Noto Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
        --font-display: "gg sans","Noto Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
        */

        /* fuck gg sans */
        --font-primary: "Whitney", "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        --font-display: "Whitney", "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;

    }
}

Reviews

No reviews yet.