What is Font-weight? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

What is Font-weight?

how to use font-weight

10th Nov 2016, 11:28 AM
Jaydeep Khatri
Jaydeep Khatri - avatar
6 Answers
+ 5
font weight means it is property of css styles used for appearing different than other text in the same page basically it starts 300-900,{normal,lighter,bold } all properties are supported in css3 styles and above <p style='font-weight:bold;'>hai</p>
10th Nov 2016, 5:48 PM
Boorsu Gangadharam
Boorsu Gangadharam - avatar
+ 5
Font-weight is used to control the boldness of your text, so if you want to put an important word in bold, use font-weight.
16th Nov 2016, 1:45 PM
Caleb Jore
Caleb Jore - avatar
+ 4
a property that specifies the weight or boldness of the font for example : p { font-weight:bold; } or you can use numeric font weight (100-900) to provide more than just normal and bold.
10th Nov 2016, 9:25 PM
Innas
Innas - avatar
0
The font-weight property sets how thick or thin characters in text should be displayed. Syntax- font-weight: normal|bold|bolder|lighter|number|initial|inherit;
19th Jan 2017, 11:16 AM
Nawal Jangid
Nawal Jangid - avatar
- 2
font-weight property is used making text thicker or fatter. font-style=bold [wrong] font-weight=bold [correct]
10th Nov 2016, 12:40 PM
Rakibul Islam Sifat
Rakibul Islam Sifat - avatar