Bold text - advanced styler
# 📖tutorials
j
You can make all the text bold, change the font-family, and the weight with the following CSS
p{ font-family: verdana; font-size: 18px; font-weight: bold; }
just to be safe, copy your stylsheet into a notepad and try it out
c
🙂 thanks @jolly-policeman-82775
j
No problem