CSS Typography

Typography can play a huge role in the visual aesthetic and emotional identity of a web page.

Typographic Properties

Typography Activity

Using the following JSBin link create the CSS to modify the typography of each of the body paragraphs.

Be sure to modify the following CSS properties for each paragraph of your page:

  • font-family
  • font-size
  • font-weight
  • line-height

Hint!: You will need to do two things to accomplish this task:

  • Create classes for each paragraph
  • Add in styles for each class

You can breakout the output of the JSBin by clicking this button: