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 trialSteven Tapia
UX Design Techdegree Student 11,812 PointsIn your CSS, apply your font to the first level headline using font-family. Include a sans-serif fallback.
I'm confused so i typed this:
h1 { font-family: 'One Changa', sans-serif; }
and got it wrong still.
6 Answers
Diane Houghton
5,773 Pointsha! The css looks correct: did you put the google font Changa One' into the head of your html?
Diane Houghton
5,773 PointsThe font is called 'Changa One'. The challenges want everything typed perfectly, one typo and it won't pass....
Steven Tapia
UX Design Techdegree Student 11,812 Pointshaha i meant to say i wrote 'Changa One' and still got it wrong. lol
Steven Tapia
UX Design Techdegree Student 11,812 Pointshaha i meant to say i wrote 'Changa One' and still got it wrong. lol
Alexis Arinze
3,291 PointsBut where would u type the code in. It says 1st level headliner??
Moayad Ahdab
648 PointsI found it
h1 { font-family: 'Changa One', sans-serif; }
but don ask me why they typed it like this :D
Diane Houghton
5,773 PointsNo problem, it's a lot to digest at first, but trust me it gets easier!
Steven Tapia
UX Design Techdegree Student 11,812 Points:)
Moayad Ahdab
648 PointsI am facing the same problem
I put Google link within the head section over the index and the font family in the css for the first headline as below, but still get it wrong :/
<link href='http://fonts.googleapis.com/css?family=Changa+One' rel='stylesheet' type='text/css'>
h1 { font-family: 'Changa One', 'sans-serif'; }
Jia Jing Loh
9,784 Pointsh1 { font-family: 'Changa One', sans-serif; }
Steven Tapia
UX Design Techdegree Student 11,812 PointsSteven Tapia
UX Design Techdegree Student 11,812 Pointsha sucha noob. Thanks Diane.