« 2008 Geelong World Cup Photos | Home | Egun On - Errenteria »
CSS Font Sizes
By Joel | February 27, 2008
When using CSS to set font sizes and spacing, you can use the following shorthand code to achieve it.
font: 90%/175% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
Changing the 90% will change the text size, while changing the 175% will change the text spacing.
Happy CSS’ing!
Topics: Web Design |
