How to change to BOLD font?

EternalFun

Supreme Member
Joined
Sep 4, 2018
Messages
1,212
Reaction score
248
Screenshot https://ibb.co/1LMDSXN

That screen pops up when someone clicks on surveys as its a content locker. I want to make those alphabets bold. What command and where do I put?
 
I tried to put the code in my text editor to try and replicate your website on my end. But all I got was a black screen. Do you have a live link that I can see?
 
Just use font-weight. Might be worth reading up on it on the MDN web docs if you haven't used it before
 
Another prompt you can try is <strong>Your text</strong>

Sometimes this works instead of <b></b>
 
Back
Top