<PLEASE USE THIS TEMPLATE TO HELP YOU CREATE A GREAT POST!>
<Below this line, add a link to the EXACT exercise that you are stuck at.>
Hey everyone, I was just wondering why is it necessary to specify a fallback font if I link a Google Font to the html file, and so I know that the font will be available to the user?
Thanks to anyone clarifying this to me
<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
```/In the CSS file/
p {
font-family: Raleway, sans-serif;
}
<do not remove the three backticks above>