Subscribe

RSS Feed (xml)

Powered By

Skin Design:
Free Blogger Skins

Powered by Blogger

CSS Typography Tutorial For Beginners

on Wednesday, May 13, 2009


Among the most crucial but unnoticed aspects of a web site is the typography. The fonts you use and the way you present those fonts can truly make or break your web design. Happily you’ll be able to use CSS to make your fonts really look good!

The first thing to know when it relates to CSS fonts are the selectors and what each one does. I’ll try to show you bellow the main font selectors and what they do:

font-family
This decides which font you wish to use for your text. You’re able to define more than one font family, then if the browser can’t find the font you use first it will pass on to the next one etc. until it finds one that is recognised.

font-size
As you might of imagined this specifies the size of the font. You can specify this as a pixel size (for example 12px), as a general size (for example large, small and so on).

font-style
The font style (…)

[Read More]

0 comments:

Post a Comment