Last active
June 19, 2020 04:50
-
-
Save jonnyli1125/031245ffec2dad70a4ccda9256891255 to your computer and use it in GitHub Desktop.
japanese font solution for discord with betterdiscord custom css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I also recommend "Yu Mincho" if you like serif fonts.