How can I change the font weight of the text in this code? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I change the font weight of the text in this code?

https://code.sololearn.com/WAKsrOxWrVjd/?ref=app

28th Sep 2017, 4:28 PM
B.D
B.D - avatar
3 Answers
+ 2
p, body { border:5px dotted deeppink; font-family:"Indie flower"; font-weight: 600; }
28th Sep 2017, 4:36 PM
Calviղ
Calviղ - avatar
+ 1
Thanks Calvin!
28th Sep 2017, 4:40 PM
B.D
B.D - avatar
+ 1
Thanks, Andrew!
28th Sep 2017, 4:45 PM
B.D
B.D - avatar