Hi everyone!
I recently installed a theme on a forum I'm working on, and the font it uses is Sans Serif:
/* Set a fontsize that will look the same in all browsers.
---------------------------------------------------------- */
body {
background: #1D2225 url(../images/custom/main2.png) no-repeat 100% 0% / cover;
font: 300 13px/1.5 'Oxygen', "Arial", "Helvetica", sans-serif;
margin: 0 auto;
padding: 0;
Unfortunately, when I make something bold using bbcode, it doesn't appear bold at all. Is there some sort of way to make it appear - for lack of a better word - bolder? Do I need to change the font? It appears mostly to be Oxygen from what I can tell, that word is repeated amongst my index.css file. I still want Sans Serif because it's what I prefer.
The small snip I attached is a preview from a post I'm typing up - I put the [ b ] [ / b ] around February 2, 2020, and it looks exactly the same as the rest.