CSS Lesson 16 cursive

Hello,
I am sure the code is right but the cursive font does not display. The word “cursive” is not colored like “serif” and “sans-serif” in the code. I can’t go on, it is always Oops, try again. Did you remember to set your

header font-family to cursive?

I tried it in different browsers (firefox, edge, explorer, chrome). I downloaded the cursive font Allegro and set all the name.font.cursive in firefox settings to Allegro and then of course restart firefox

And I tried to write Cursive

h1 {
font-family:serif;
}

h2 {
font-family:sans-serif;

h3 {
font-family:cursive;
}

Anyone who can help me please?

Hi you did close your h2 with }

your h2 css selector is missing its closing curly bracket (})

waaaaaa stupid me :'D
Thx

1 Like

2 posts were split to a new topic: Css lesson 16 cursive