0% found this document useful (0 votes)
6 views

Css Web Fonts

The document provides a reference for web-safe fonts in CSS, including serif, sans-serif, monospace, and cursive font families. It outlines various font combinations and specifies fallback options if the primary font is not supported by the browser. Each font category includes examples of normal and bold text styles.

Uploaded by

gargaditi125
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views

Css Web Fonts

The document provides a reference for web-safe fonts in CSS, including serif, sans-serif, monospace, and cursive font families. It outlines various font combinations and specifies fallback options if the primary font is not supported by the browser. Each font category includes examples of normal and bold text styles.

Uploaded by

gargaditi125
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

CSS - WEB SAFE FONTS REFERENCE

http://www.tutorialspoint.com/css/css_web_fonts.htm Copyright © tutorialspoint.com

font combinations
CSS3 has adapted font combinations technology. In here,if the browser doesn't support the first
font then it tries the next font

Serif Fonts

Font family Normal bold

Georgia, serif
This is normal text. This is normal text.

"Times New Roman", Times, serif


This is normal text. This is normal text.

"Palatino Linotype", Palatino, "Book Antiqua", serif


This is normal text. This is normal text.

Sans-Serif Fonts

Font family Normal bold

Arial, Helvetica, sans-serif


This is normal text. This is normal text.

"Arial Black", Gadget, sans-serif


This is normal text. This is normal text.

Impact, Charcoal, sans-serif


This is normal text. This is normal text.

Impact, Charcoal, sans-serif


This is normal text. This is normal text.

Tahoma, Geneva, sans-serif


This is normal text. This is normal text.

"Trebuchet MS", Helvetica, sans-serif


This is normal text. This is normal text.

Verdana, Geneva, sans-serif


This is normal text. This is normal text.

Monospace Fonts

Font family Normal bold


Courier, monospace
This is normal text. This is normal text.

"Courier New", Courier, monospace


This is normal text. T his is norm al text.

"Lucida Console", Monaco, monospace


This is normal text. This is normal text.

Cursive Fonts

Font family Normal bold

"Comic Sans MS", cursive


This is normal text. This is normal text.

"Courier New", Courier, monospace


This is normal text. T his is norm al text.

"Lucida Console", Monaco, monospace


This is normal text. This is normal text.

You might also like