 |
 |
CSS Font Shorthand Writing

Dated Added: 11th October 2007 |
|

When styling your fonts using CSS you may be doing something like this ...
font-size: 1em;
line-height: 1.5em;
font-weight: bold;
font-style: italic;
font-variant: small-caps;
font-family: verdana,serif;
This is pretty long huh? There is a much simplier easy to read way of doing it. Try this: |
|
|
| Copy Code: |
|
|
 |
|
|
 |
|
|
 |
 |
Request Help |
 |
Request a Script |
 |
Request WebDev |
 |
Contact Us |
 |
About Us |
|
|
|