Tell us what’s happening:
To my knowledge, I’ve done this correctly. I even looked up on W3 Schools and everything is looking correct looking back and forth between the code there and the code on my screen. Do I need to do an @font declaration? What have I done wrong?
Your code so far
<!-- file: index.html -->
/* file: styles.css */
/* User Editable Region */
body {
font-family: "Baskervvile", serif;
color: linen;
background-color: rgb(20, 30, 40);
}
/* User Editable Region */
Your browser information:
User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36
Challenge Information:
Build a Magazine - Step 27