bugl
bugl
HomeLearnPatternsPathsSearch
HomeLearnPatternsPathsSearch

Loading lesson path

Learn/CSS/CSS Foundations
CSS•CSS Foundations

CSS Font Fallbacks

Flash cards

Review the key moves

1/3
Core idea

What is the main idea behind CSS Font Fallbacks?

Lesson checks

Practice each idea before moving on

Short Mimo-style checks built from this lesson's code, terms, and sequence.

1Quick choice

Which statement best captures the main point of this lesson?

2Order

Put the learning moves in the order that makes the concept easiest to apply.

- Serif - Sans-serif - Monospace - Cursive - Fantasy
Below are some commonly used font fallbacks, organized by the 5 generic font families:
Commonly Used Font Fallbacks

Commonly Used Font Fallbacks

Below are some commonly used font fallbacks, organized by the 5 generic font families:

  • Serif
  • Sans-serif
  • Monospace
  • Cursive
  • Fantasy

Serif Fonts

font-familyExample textCode
"Times New Roman", Times, serifThis is a Heading This is a paragraph.
Georgia, serifThis is a Heading This is a paragraph.
Garamond, serifThis is a Heading This is a paragraph.

Sans-Serif Fonts

font-familyExample textCode
Arial, Helvetica, sans-serifThis is a Heading This is a paragraph.
Tahoma, Verdana, sans-serifThis is a Heading This is a paragraph.
"Trebuchet MS", Helvetica, sans-serifThis is a Heading This is a paragraph.
Geneva, Verdana, sans-serifThis is a Heading This is a paragraph.

Monospace Fonts

font-familyExample textCode
"Courier New", Courier, monospaceThis is a Heading This is a paragraph.

Cursive Fonts

font-familyExample textCode
"Brush Script MT", cursiveThis is a Heading This is a paragraph.

Fantasy Fonts

font-familyExample textCode
Copperplate, Papyrus, fantasyThis is a Heading This is a paragraph.

This is a Heading

Tip

Also check out all available Google Fonts and how to use them.

Previous

CSS Web Safe Fonts

Next

CSS Font Style