In CSS when we specify font-weight in multiples of hundred as font-weight: 500; font-weight: 700; so on.
Is there any maximum value for font-weight such that font-weight will be extra bold or maximum at certain range, say : font-weight:1500 like that
Meaning of relative weights Note that when using relative weights, only four font weights are considered — thin (100), normal (400), bold (700), and heavy (900).
font-weight: 400 is supposed to be equal to normal , while 700 is equal to bold . Finally there are the relative values bolder and lighter that make a bit of text one step bolder or lighter than the default weight (which in turn depends on the absolute font-weight value you defined).
Font weight is the “value” placed on your font that will determine how bold or light your text will appear. There are many “values” that you can use that provide a great deal of flexibility towards creating the font weight that works best for how you want to display your text.
The ratio of the thickness of vertical stems in letters like 'l' to its font x-height is a way that type designers measure relative weights. In Lucida Lite (Light) weight, the x-height is 7.3 times the vertical stem thickness. In Lucida normal weight, the x-height is 5.5 times the vertical stem thickness.
900
is the largest value as defined in the CSS2.1 specification:
normal | bold | bolder | lighter
100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900
inherit
The 'font-weight' property selects the weight of the font. The values '100' to '900' form an ordered sequence, where each number indicates a weight that is at least as dark as its predecessor. The keyword 'normal' is synonymous with '400', and 'bold' is synonymous with '700'. Keywords other than 'normal' and 'bold' have been shown to be often confused with font names and a numerical scale was therefore chosen for the 9-value list.
font-weight
valid range is 100 - 900.
Reference
http://www.css3.com/css-font-weight/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With