Curriculum
Course: CSS
Login

Curriculum

CSS

CSS INTRODUCTION

0/1

CSS Selectors

0/1

CSS Comments

0/1

CSS Padding

0/1

CSS Box Model

0/1

CSS Combinators

0/1

CSS Pseudo-classes

0/1

CSS Pseudo-elements

0/1

CSS Dropdowns

0/1

CSS Image Gallery

0/1

CSS Image Sprites

0/1

CSS Counters

0/1

CSS Website Layout

0/1

CSS Specificity

0/1

CSS Math Functions

0/1
Text lesson

Font Fallbacks

Commonly Used Font Fallbacks

Listed below are commonly utilized font fallbacks categorized according to the 5 generic font families:

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

Serif Fonts

font-family

Example text

“Times New Roman”, Times, serif

This is a Heading

This is a paragraph.

Georgia, serif

This is a Heading

This is a paragraph.

Garamond, serif

This is a Heading

This is a paragraph.

Sans-Serif Fonts

font-family

Example text

Arial, Helvetica, sans-serif

This is a Heading

This is a paragraph.

Tahoma, Verdana, sans-serif

This is a Heading

This is a paragraph.

“Trebuchet MS”, Helvetica, sans-serif

This is a Heading

This is a paragraph.

Geneva, Verdana, sans-serif

This is a Heading

This is a paragraph.

Monospace Fonts

font-family

Example text

“Courier New”, Courier, monospace

This is a Heading

This is a paragraph.

Cursive Fonts

font-family

Example text

“Brush Script MT”, cursive

This is a Heading

This is a paragraph.

Fantasy Fonts

font-family

Example text

Copperplate, Papyrus, fantasy

This is a Heading

This is a paragraph.

 

Tip: Be sure to explore all available Google Fonts and learn how to use them.