Skip to content

Instantly share code, notes, and snippets.

@jonnyli1125
Last active June 19, 2020 04:50
Show Gist options
  • Save jonnyli1125/031245ffec2dad70a4ccda9256891255 to your computer and use it in GitHub Desktop.
Save jonnyli1125/031245ffec2dad70a4ccda9256891255 to your computer and use it in GitHub Desktop.
japanese font solution for discord with betterdiscord custom css
div>*:not(code) {
/* using the default discord theme's fonts */
font-family:
Whitney,
'Helvetica Neue',
Helvetica,
Arial,
'Meiryo', /* you can change this to whatever japanese font you prefer */
sans-serif !important;
}
@jonnyli1125
Copy link
Author

I also recommend "Yu Mincho" if you like serif fonts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment