Custom CSS

Hi,

I’m trying increase the font weight of the blog title of my installed Tiny Theme.

I’ve pasted this into the Edit CSS window but it doesn’t work and I don’t know why - I’m not a coder.

.blog-title {
font-weight: 900; /* Extra Bold */
}

Help!

Thanks, Nick

It’s quite possible the font you have on your site doesn’t have that specific weight. What weights are available can be font specific and even the way you load your font can select only certain weights. That’s my initial, no context guess.

Thank you.

So without all the relevant font info there’s no way to do it ?

Ok, thanks,

Nick