Import a Google Font, help!

I am stuck, so it seems like I’ve done everything this challenge has asked me to do. Still it says I need to use a h2 CSS selector, perhaps my understanding of it is wrong, but I don’t see anything wrong with the code.

h2 {font-family: Lobster, GENERIC_NAME;}

I don’t think GENERIC_NAME is an actual font-family.

It is not, but this was also in the lesson:
“The GENERIC_NAME is optional, and is a fallback font in case the other specified font is not available. This is covered in the next challenge.”

I figured it out however, it had to do with the actual spacing of
h2 { font-family: Lobster;
}

ah, I keep forgetting that the tests can be pretty picky sometimes

Yeah, it dealt with the spacing! I can only imagine what’s next!