Can't solve this lesson (solved)

(already solved by myself)
so i already abandoned this lesson because i think this is bug on the website, now i want to ask you this:

i can’t solve this lesson


am i must download the lobster font?
i have put the lobster font as a value of FAMILY_NAME and put the monospace font as a value of GENERIC_NAME

this is the next lesson that i already passed

note on this photo the h2 style is no different from the photo above
[image]

link to the challange:
https://www.freecodecamp.org/learn/responsive-web-design/basic-css/specify-how-fonts-should-degrade

It’s not a bug the directions say: “ Now comment out that import of the Lobster font (using the HTML comments you learned before) from Google Fonts so that it isn’t available anymore.” It doesn’t appear you did this.

hmmm i think i already import lobster font from google font, look at first image, do you see there is <link href="https//fonts.googleapis.com/css?family=Lobster" rel="stylesheet" type="text/css">

hi @aldhaneka

the instruction given is :

  • You should comment out your call to Google for the Lobster font by putting <!-- in front of it.
  • You should close your comment by adding -->.

so, put that <!-- before the link and --> after the link,

after that simply, set fallback to your h2 font-family.
font-family: Lobster, monospace;

Yes, the is what needs to be commented out.

alright i know what is the problem i must delete <!-- lobster font --> comment and put in front of the google font import link, btw i’m sorry for my english and grammar