Skip to content

Discord Font Changer by dkosmari

Details

Authordkosmari

LicenseGPLv3.0+

Categorydiscord.com

Created

Updated

Size383 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Change the font used in Discord.

Notes

Just customize the two variables to your font of preference.

Source code

/* ==UserStyle==
@name         Discord Font Changer
@version      20240627.04.04
@namespace    https://userstyles.world/user/Daniel K. O.
@description  Change the font used in Discord.
@author       Daniel K. O.
@license      GPLv3+
==/UserStyle== */

@-moz-document url-prefix("https://discord.com/channels") {
:root {
    --font-primary: "Ubuntu";
    --font-display: "Ubuntu";
}
}

Reviews

No reviews yet.