Skip to content

Instantly share code, notes, and snippets.

@TeoTwawki
Last active January 26, 2017 10:37
Show Gist options
  • Save TeoTwawki/dea50b392ea8a84fdb8713a90d5ca49e to your computer and use it in GitHub Desktop.
Save TeoTwawki/dea50b392ea8a84fdb8713a90d5ca49e to your computer and use it in GitHub Desktop.
css to fix crappy discord fonts

This wil get updated as I make changes to my own UI. For best results use these snippets with better discord instead of doing control+shit+i and trying to sift through Discords mess.

Specify font size of chat:

.message-content {font-size: 120%}

Specify a font:

.message-content {font-family: "Segoe UI", Georgia, Serif;}

Specify the size of the gap between chat lines:

.message-content {line-height: 1.5;}

Bold print and other font tweaks on user names:

.user-name {font: bold 16px/30px Georgia, serif;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment