Just a bit of CSS shorthand that I just discovered and may come in handy for you.
|
1 |
font: [weight] [style] [variant] size [ / line-height] family; |
Items in brackets are optional and it must be in the order of the first three elements before the font-size and the line-height element right after the font-size with a slash separator.
Related posts:
- Rotating Script for Text Ads, Banner Ads or Interstitials (or Anything Else!) The following are simple instructions to create a script to...
- Valid XHTML Vertical Centering Using CSS The simplest method to vertically center your elements while using...

0 Comments.