Multiple choice css

How do you change the font of an element?

  1. fon-face:

  2. font-family:

  3. f:

  4. font-style:

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

font-family: sets the typeface for text content. Option D's font-style only controls italic/normal rendering, not the actual font. Use a generic font family name or specific font with font-family.