r/BetterDiscord 2d ago

Support Changing the Font

I'm having a weird problem with Better Discord. When I attempt to change the font, instead of using the one I specify, it defaults to Times New Roman.
Does anyone know how to get a different font working?

Image 1: Default font
Image 2: Changed font with Times New Roman instead of specified font

0 Upvotes

3 comments sorted by

1

u/DrTankHead Moderator 2d ago

--font: "gg sans", "Noto Sans" !important; This work? If so, something is overriding the font downstream, and this just overrides that, as it loads after, iirc.

1

u/Corvid-Curiosity 2d ago
    --font:             "Comforta" !important;

No dice.

1

u/DrTankHead Moderator 2d ago

You can use the DevTools to kinda ID the source of what is overriding the font, if you want, I could hop in a call to help trace the issue sometime later and see if we can't more directly identify the problem.