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 trialStone Preston
42,016 Pointshelp with fonts code challenge
not really seeing why my answer is not being accepted. The challenge states: Set the size of your H1 to 1.75em and the weight to normal.
this is what I have:
h1 {
font-family: 'Changa One', sans-serif;
font-size: 1.75em;
font-weight: normal;
}
the bummer message says Be sure you set the font size to 1.75em
7 Answers
Holger Liesegang
50,595 PointsHi Stone,
I just tested the challenge task 3 of 3 with
h1 {
font-family: 'Changa One', sans-serif;
font-size: 1.75em;
font-weight: normal;
}
and it has been accepted - maybe we've just got a series of "challenge hiccups" this week :-) (like the Functions Code Challenge - Implement a function named "addTwo" that returns the sum of two floats...) :-)
Kind Regards Holger
Paul Kirsch
2,894 Pointsh1 {
font-family: 'Raleway', sans-serif;
font-size: 1.75em;
font-weight: normal;
}
Paul Kirsch
2,894 PointsI am having the same bummer and I think my code is right. ```h1 { font-family: 'Raleway', sans-serif; font-size: 1.75em; font-weight: normal; }
Vyas Pentakota
6,290 PointsEven i have the same issue. h1 { font-family:'Raleway',sans-serif; font-size:1.75em; }
Please help.
Vyas Pentakota
6,290 Points<link href='http://fonts.googleapis.com/css?family=Playfair+Display+SC:400,900' rel='stylesheet' type='text/css'>
This worked for me and i tried in Chrome browser.
Thank you Daniel Burt
luis alvarado
Courses Plus Student 987 Pointsh1 { font-family: 'Changa One', sans-serif; font-size: 1.75em; font-weight: normal; }
Tapiwa Chinembiri
6,285 Pointsh1{ font-family:'Changa one', sans-serif; font-size:1.75em; font-weight:normal; } The bummer message reads: It looks like you removed the h1 element.
anyone help
JUAN CARLOS BALLESTA LOZANO
727 PointsThank you for your help,it´s true that I didn´t comment any doubt but your comments help me with the challenges of Treehouse.
Best wishes.
Juan Carlos.
bryan somaroo
2,470 Pointsbryan somaroo
2,470 Pointslier