CSS: font help
Posted: Sat Nov 22, 2003 6:51 pm
Hey, I have the following css:
h2 { font: 21px/21px 600; }
Now, that looks fine, but I want the font weight a bit higher so I do:
h2 { font: 21px/21px 900; }
No effect, so I just ditch the font-weight element all together:
h2 {font: 21px/21px; }
Now the font weight is much bigger, but when I do specify a font-weight it appears to always stay the same weight.
Any idea why?
h2 { font: 21px/21px 600; }
Now, that looks fine, but I want the font weight a bit higher so I do:
h2 { font: 21px/21px 900; }
No effect, so I just ditch the font-weight element all together:
h2 {font: 21px/21px; }
Now the font weight is much bigger, but when I do specify a font-weight it appears to always stay the same weight.
Any idea why?