Skip to content

Instantly share code, notes, and snippets.

@BBoldt
Created May 9, 2016 21:22
Show Gist options
  • Save BBoldt/67438fb40301144235272bdb01e1336b to your computer and use it in GitHub Desktop.
Save BBoldt/67438fb40301144235272bdb01e1336b to your computer and use it in GitHub Desktop.
Font changing css for Better Discord
.message-content {font-size: 120%}
.message-content {color: black;}
.message-content {font-family: "Segoe UI", Georgia, Serif;}
.message-content {line-height: 1.5;}
.user-name {font: bold 16px/30px Georgia, serif;}
@hunabku94
Copy link

im completely clueless, can someone just give me exactly what i need if i wanna use the fonts either "hylia serif" or "the wild breath of zelda" both can be found here https://zeldauniverse.net/media/fonts/

* {
    font-family: "Hylia Serif Beta"!important;
}

@asowa12344
Copy link

im completely clueless, can someone just give me exactly what i need if i wanna use the fonts either "hylia serif" or "the wild breath of zelda" both can be found here https://zeldauniverse.net/media/fonts/

* {
    font-family: "Hylia Serif Beta"!important;
}

thank you so much, that worked!

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