Jump to content

font Property Properly


Grant

Recommended Posts

I should have thought that

font:normal normal normal smaller/inherit inherit;
would be equivalent to
font-style:normal;
font-variant:normal;
font-weight:normal;
font-size:smaller;
line-height:inherit;
font-family:inherit;
but in practice the terse version has no effect while the verbose version works fine (Firefox and IE). How should the terse version be coded?
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...