DiscordStyles/FrostedGlass

Font Broken As Of December 1st 2022

dottiekh opened this issue · 3 comments

Describe the bug

Discord has pushed its new "gg sans" font and the default Whitney font no longer works. The "--font" variable does not work either. So far this is only present on Canary currently but will be pushed to normal versions of Discord soon as per their statement.

To Reproduce

  1. Use Frosted Glass
  2. Font will default to Times New Roman and not function properly

Screenshots

Demonstration of issue with Settings font, however this issue applies to all fonts affected by the theme (as noted in the Temporary Workaround below).
image

Infomation (please complete the following information)

Discord channel: Canary
OS: Windows
Mod: BetterDiscord
Discord language: English (US)

Additional context

Temporary workaround to use Segoe UI font:

::-webkit-input-placeholder,
body,
button,
input,
select,
textarea {
  font-family: "Segoe UI", sans-serif;
}

OR to restore the old font (thanks to these guys):

@import url(https://cdn.statically.io/gh/Overimagine1/old-discord-font/main/source.min.css);

you can still use "Withney, sans-serif" or update to discords new "gg sans"

Setting gg sans does work, however Whitney does not and it defaults to the default sans-serif font which I think is Arial.

With the workaround this is basically a non-issue now.