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

not sure why this didn't work

Not sure why this code didn't work:

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

4 Answers

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

and why this didn't light up and left 3 ticks

Erik McClintock
Erik McClintock
45,783 Points

Paul,

I believe you have to make sure that the 3 tick marks are on separate lines from the code.

<p>here's an example, where the three opening ticks and HTML are above this p, and the closing three ticks are below it (on their own line)</p>

Erik

Hello,

What is the question?

thanks