font-weight

font-weight
CSS font-weight Property
The CSS font-weight property is used to specify thickness of font.
CSS CODE EXAMPLE
<style type="text/css">
.myClass {
    font-weight: 600;
}
</style>
<p class="myClass">paragraph content ...</p>
<p>paragraph content ...</p>
 
paragraph content ...
paragraph content ...

Possible Values:

100 •• 200 •• 300 •• 400 •• 500 •• 600 •• 700 •• 800 •• 900 •• bold •• normal

0 Response to "font-weight"

Post a Comment