Are all css font-weight property's values useful?
Posted
by jitendra
on Stack Overflow
See other posts from Stack Overflow
or by jitendra
Published on 2010-03-13T11:51:25Z
Indexed on
2010/03/13
11:55 UTC
Read the original article
Hit count: 253
css
font-weight:normal
font-weight:bold
font-weight:bolder
font-weight:lighter
font-weight:100
font-weight:200
font-weight:300
font-weight:400
font-weight:500
font-weight:600
font-weight:700
font-weight:800
font-weight:900
I've only used font-weight:bold
and sometime font-weight:normal
to override bold so far? What are usages of others?
© Stack Overflow or respective owner