Learn CSS Grid by Building a Magazine - Step 47

Tell us what’s happening:

For this lesson, each time I specify a font family for say:- an h1 or in this case, .author, I get the error below:

:negative_squared_cross_mark: Sorry, your code does not pass. Keep trying.

:bulb: Your .author selector should have a font-family property set to Raleway with a fallback of sans-serif.

Your code so far

.author{
  font-size : 2rem;
  font-family : Raleway, 'sans-serif';
}

WARNING

The challenge seed code and/or your solution exceeded the maximum length we can port over from the challenge.

You will need to take an additional step here so the code you wrote presents in an easy to read format.

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36

Challenge Information:

Learn CSS Grid by Building a Magazine - Step 47

Welcome to the forum @lailahgrant

Please remove the quote marks from the font name, as it is confusing the tests.

Happy coding

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