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 trialTess Hansel
229 PointsHelp with Challenge task 2 of 3 - Bummer! It doesn't look like you've set the font-family for level 1 (h1) headers yet.
I am stuck with this one - very frustrating as I think I have the code right. and am inserting it under <header> <h1> Any thoughts? Thanks
2 Answers
Andreas cormack
Python Web Development Techdegree Graduate 33,011 PointsThis is what it should look like.
<head> <meta charset="utf-8"> <title>Nick Pettit | Designer</title> <link rel="stylesheet" href="css/normalize.css"> <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="css/main.css"> </head>
Tess Hansel
229 Points<header>
<a href="index.html" id="logo">
>Nick Pettit</h1>
This is what I am trying to put in here:
{ font-family:'Roboto', sans-serif; }
<h2>Designer</h2>
Thanks for your help.