CelestialReaver / BetterDiscord

BetterDiscord themes and plugins that I've created. ** NOTE - Development on all BetterDiscord content has been halted. Feel free to use the contents in this repository to continue with further development of these themes/plugins up.
MIT License
22 stars 246 forks source link

font changed? #9

Open Crevice1nY0rFacts opened 1 year ago

Crevice1nY0rFacts commented 1 year ago

When i first got the theme, I opened it up and the font changed to times new roman. Is this how the font is supposed to be or is it a bug, and can I fix it? 2023-03-16 (4)

cmdshft commented 1 year ago

I have the same issue. The CSS says "Whitney", which I have installed on my system but it's not working.

CapoFantasma97 commented 1 year ago

It is broken. You can use a custom CSS script in the BetterDiscord's editor, like this (in my example I use Atkinson Hyperlegible):

::-webkit-input-placeholder, body, button, input, select, textarea {
    font-family: "Atkinson Hyperlegible";
}
:root { --customFont: "Atkinson Hyperlegible"; }

Have the font of your choice installed on your computer and it will have no issues.