Skip to content

Instantly share code, notes, and snippets.

@saphes
Created April 16, 2023 20:40
Show Gist options
  • Save saphes/9b1b97a2e3908a33f5714e6b847a1221 to your computer and use it in GitHub Desktop.
Save saphes/9b1b97a2e3908a33f5714e6b847a1221 to your computer and use it in GitHub Desktop.
discord theme that switches default font for hk grotesk
/* 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