Created
April 16, 2023 20:40
-
-
Save saphes/9b1b97a2e3908a33f5714e6b847a1221 to your computer and use it in GitHub Desktop.
discord theme that switches default font for hk grotesk
This file contains 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
/* references code from discord-dyslexia to change font | |
https://github.com/DiscordStyles/discord-dyslexia | |
*/ | |
@import url(https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap); | |
::-webkit-input-placeholder, body, button, input, select, textarea { | |
font-family: 'Hanken Grotesk', sans-serif !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment