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

HTML Build a Simple Website Styling Content Fonts and Colors

Style sheet order for Nunito font

Nick mentions that the file is read from top to bottom. When we copy the link from Google for the Nunito font, and we copy and paste the new style css link in the html, I'm wondering why the style sheet isn't added first and then the font. It is mentioned that the browser has to load the file and then use the font, but the font is first in the excercise.

Can someone clarify?

1 Answer

Just thought about it, and the CSS style file is only a reference to the loaded font file, which needs to come first as mentioned in the tutorial. Disregard previous post.