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 .
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.
The font name needs a double v.
You’ll need to add the color and background styling properties and values to pass this step.
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.