View Single Post
Old 09-06-2012, 04:26 AM   #1
davikerkrish
Registered User
 
Join Date: Jul 2012
Posts: 111
CSS Font Shorthand

When using shorthand on the font property you need to specify each property in the following order

body { font: font-style font-variant font-weight font-size line-height font-family; }

You don�t need to include every property, but know that for any you don�t include that property will be reset to it�s default.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
davikerkrish is offline   Reply With Quote