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;}
@Andor-py
Copy link

@Wizerdz

@import url(https://nfld99.github.io/Better-Discord/Source_Code/Use_Fonts/Yes.css);
:root {
--Chat-Font-Used: 'Magic Cards', normal ;
--Chat-Font-Size: 15.5px;
}
:not([class="hljs"]):not(code){
font-family: var(--Chat-Font-Used)!important;
}
.markup:not(code) {
font-size: var(--Chat-Font-Size)!important;
}
Replace the url with a url of your font choice, and replace "Magic cards" and "normal" with your font name and type.

THANK YOU SO MUCH BRO! YOUR CODE HELPED ME!

THANK YOU SO MUCH BRO! YOUR CODE HELPED ME TO!

@hunabku94
Copy link

hunabku94 commented Apr 6, 2024

I'm using Better Discord.

I'm using a light theme and will want message text in black instead of gray.

I tried to put these on Custom CSS Editor and neither of them worked: (I used green, blue and red for testing so I will see if they're working)

* {
text-rendering: optimizeLegibility;
    --primary-text-color: green; 
}

.message-content {color: red;}
.da-messageContent {color: green;}

:root {
    --primary-text-color: green; 
}

::placeholder, body, button, input, select, textarea {
    color:blue;
}

.messageContent-2t3eCI{ color:blue !important; }

Any help, please?

Hey, i personally use this :

* {
font-family: "Droid Sans"!important;
color:black;
}

where Droid Sans is my font name.

@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/

@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!

@ringda-18434
Copy link

how do i use segoe ui font?

@hunabku94
Copy link

go in your Windows settings and search "font", Then search "segoe" and found the show name of your choice and replace "Hylia Serif Beta" in previous comment code with it.

@ringda-18434
Copy link

i dont have windows i have macos

@hunabku94
Copy link

Ok on system settings, search for "text font", on the new window, on the line with the same name, clic on the right field to see the font list

@ahahahaha5163
Copy link

How can I change to the Mojangles font?

@hunabku94
Copy link

hunabku94 commented Feb 15, 2025

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