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 Add Fonts

Stone Preston
Stone Preston
42,016 Points

help 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
Holger Liesegang
50,595 Points

Hi 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

lier

h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.75em;
  font-weight: normal;
}

I 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; }

Even i have the same issue. h1 { font-family:'Raleway',sans-serif; font-size:1.75em; }

Please help.

<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

h1 { font-family: 'Changa One', sans-serif; font-size: 1.75em; font-weight: normal; }

h1{ 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
JUAN CARLOS BALLESTA LOZANO
727 Points

Thank 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.