How on Earth do I make the chat bold?

I’ve tried everything: delving into my brain for the code to make things bold, going online for a code generator, messing with the advanced settings with the same results. No change in the font boldness at all. I’m fine with the current font; I just want to make the dang thing bold so it looks better against my transparent chat. Can someone with bold font please simply paste their code here so it actually works?
Thanks,
Fish <><

I’ve found a solution from a friend, and will put the code here for others who may not have known either:
span.message {
text-shadow: 1px 1px #000000;
font-weight: bold;
}
span.nick {
text-shadow: 1px 1px #000000;
font-weight: bold;
}

You may replace “bold” with 800 or 900 for a bigger bold as well.

~Fish <><

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.