Problem with Font

I am having some trouble applying an imported Lobster font. I imported the text ok but I don’t know how to change the h2 font to Lobster. The message I am getting says use a CSS selector to change font. Here is he relevant code:```

.font-family {.Lobster, GENERIC_NAME;} .red-text { color: red; } p { font-size: 16px; font-family: monospace; }

CatPhotoApp

Hey @Putty , Use the “Ask for help” button on challenge page whenever you need help with any of the challenges. It formats your code properly and also gives link to your challenge.

Okay. Thanks aditya_p. I solved my problem problem and can move on now.