Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS How to Make a Website Customizing Colors and Fonts Pick Fonts and Set Relative Units

Copied fonts from google/fonts didn't apply to my page.

Hi, all. I copied link from google/fonts. But it appeared that copied fonts didn't apply to my html. I inspected my elements and I noted that font of "h1" is sans-serif, and margin is inherited from normalize.css. It looks strange, because when I copied the link to browser, I accessed them without any problem. So what it might be? Thanks a lot.

Sharina V. Jones
Sharina V. Jones
11,459 Points

I had a problem with the link google provided as well. Are you using an import statement? If so, try adding a single quote after the first parenthesis and before the last one. That worked for me.

1 Answer

Oh, I am sorry. It was my fault. I wrote selector "#h1" instead of "h1".