BetterDiscord icon indicating copy to clipboard operation
BetterDiscord copied to clipboard

font changed?

Open Crevice1nY0rFacts opened this issue 1 year ago • 2 comments

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)

Crevice1nY0rFacts avatar Mar 16 '23 22:03 Crevice1nY0rFacts

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

cmdshft avatar Jun 24 '23 00:06 cmdshft

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.

CapoFantasma97 avatar Jul 06 '23 09:07 CapoFantasma97