Multiple choice css How do you change the font of an element? fon-face: font-family: f: 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.