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:
Sorry, your code does not pass. Keep trying.
Your
.author
selector should have afont-family
property set toRaleway
with a fallback ofsans-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