Sunday, February 24, 2013

Font Shorthand

font: { bold 1.5em verdana,sans-serif; }
font: { bold italic small-caps 1em/1.5em verdana,sans-serif; }

font-weight: bold;
font-style: italic;
font-variant: small-caps;
*font-size: 1em;
line-height: 1.5em;
*font-family: Helvetica Neue, sans-serif

*required, rest default to normal

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.