CSS Tutorial

The language for styling web pages.

CSS Fonts

CSS Fonts

CSS font properties define the font family, size, weight, style, and variant of the text.

Font Properties:

  • font-family - Font name (use Google Fonts for web fonts)
  • font-size - px, em, rem, %
  • font-weight - normal, bold, 100-900
  • font-style - normal, italic, oblique
  • font-variant - normal, small-caps
  • font - Shorthand

Try It Yourself

Edit the code below and click Run to see the result live.

Source Code
Result
Topics