Https://www.codecademy.com/courses/learn-html-css/lessons/css-fonts/exercises/fallback-fonts?action=lesson_resume

<Below this line, add a link to the EXACT exercise that you are stuck at.>

https://www.codecademy.com/courses/learn-html-css/lessons/css-fonts/exercises/fallback-fonts?action=lesson_resume

<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>

Did you set the fonts in the correct order?



font-family: Georgia, Garmond, serif;


I think they want ‘Playfair Display’ as the first font. EX:

font-family: 'Playfair Display'... /* Replace the ... with the rest of the fonts. */

Hope this helps, if not, please provide the full CSS code.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.