Web Development with HTML and CSS

Fonts

Assessment
Activity
Enlightenment
What CSS style would you use to set the text of an element to bold?
font-size
font-family
font-style
font-weight
What CSS style would you use to set the text of an element to italic?
font-size
font-family
font-style
font-weight
A font that has projections that finish the stroke of font characters is known as a
serif font
sans serif font
monospace font
cursive
Why is it wise to embed fonts with web pages?
So the webpage will download faster
To ensure the same font is always used regardless of whether or not the font is on the users computer
What CSS directive (at-rule) is used to define a font?
font
font-family
font-style
font-face

5 Colors Expansion

Use each of the three methods described in this video to specify the font of three different elements on the webpage your previously created for the "A Picture is Worth 5 Colors" activity.

  1. One element should utilize a system font
  2. One element should utilize an embedded font
  3. One element should utilize a Google font

nothing extra for this lesson :(