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?