Completed 59 coffee yet can't continue

In step 59 of [Learn Basic CSS by Building a Cafe Menu] it says " Style both the h1 and the h2 elements so that only these elements’ text use Impact font."

My solution looks like this:
h1, h2{
font-family: impact;
}

…and it displays the font accurately in the console. Yet I still get the error message " You should set the font-family to Impact"

Thank you for reading

Can you provide link for the challenge step?

Case-sensitivity could be the reason.
Try Impact instead of impact

That was it. Thanks!

This little details are almost always matter. Keep that in mind.

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