edwinmillan / old-discord-font

CSS to revert Discord's font change.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Old Discord Font

Simple CSS to revert Discord's font change back to Whitney.

The CSS was made by Discord themselves (I don't take any credit for the CSS, and anyone taking credit is likely delusional), however I'm hosting the fonts on GitHub in order to prevent risk of them being taken off Discord's Servers.

How to use

BetterDiscord

Download the theme file in the dist folder and put it into your BD theme folder. If you don't know how to do this, instructions are here. You can also follow the method below.

Custom CSS

Most client mods have a Custom CSS tab. Paste this line into the top of your Custom CSS.

@import url(https://cdn.jsdelivr.net/gh/edwinmillan/old-discord-font/source.min.css);

If you're uncomfortable with using the import, copy everything from here and paste it.

Credits

Discord for basically making the css lol

About

CSS to revert Discord's font change.

License:The Unlicense


Languages

Language:CSS 100.0%