Learn CSS Grid by Building a Magazine - Step 28

Hey there so I have here is some problem. I’m trying to finish the the CSS rule, however, when I’m typing both together, they supposed to do " Set the font-family property to Baskervville , with a fallback of serif ."

body {
  font-family: 'Baskerville', serif;
}

It’s gave me an error. I’m not sure why how can I fix it and combined them both together .

Unfortunately, we cannot see your code

Hi @talshai656
image

  1. The primary font has funky quotes.
    You could replace them with single or double quotes - quotes are not necessary though - however the funky quotes need to be removed.
  2. The font name needs a double v.
  3. You’ll need to add the color and background styling properties and values to pass this step.

Happy coding

I’ve edited your code for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

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