Web Design / HTML

  1. Home
  2. Computing & Technology
  3. Web Design / HTML

Font Styles

Examples of the font-style CSS Style Property

Below are samples of text set at different font-style values. Not all visual browsers display the various font-styles. Be sure to test before using any but "normal" or "italic" as many Web browsers don't support other options.

This text is "normal".
The quick brown fox jumped over the lazy dog.

font-style: normal;

This text is "italic".
The quick brown fox jumped over the lazy dog.

font-style: italic;

This text is "oblique".
The quick brown fox jumped over the lazy dog.

font-style: oblique;

Jennifer Kyrnin

Explore Web Design / HTML

About.com Special Features

Web Design / HTML

  1. Home
  2. Computing & Technology
  3. Web Design / HTML

©2009 About.com, a part of The New York Times Company.

All rights reserved.