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

font size is correct but its telling me its wrong

my font size is set to 1.75em but its telling me that the thing wrong is my font size and that i need to set it to 1.75em

can you paste your code here and the link of the challenge ? it would be easier to help you and know whats wonrg

4 Answers

https://teamtreehouse.com/library/add-fonts

a { text-decoration: none; }

wrapper {

max-width: 940px; margin: 0 auto; }

logo {

text-align: center; margin: 0; }

h1, h2 { color: #fff; }

nav a { color: #fff; }

nav a:hover { color: #32673f; } h1 { font-family: 'Changa One', sans-serif; font-size: 1.75em; font-weight: normal; }

What taks are you stuck on? bdw , to write css code , you should write the backtask three times and then write css or html depends what is the code form .

Look here to get more familiar how this works . http://teamtreehouse.com/notifications/152971362?redirect_to=%2Fforum%2Fa-reminder-how-to-post-code-on-the-forum

COuld you post your html aswell?

Aaron Watson
Aaron Watson
2,551 Points

This worked for me...

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

I don't know how its checking our work but maybe your browsers default font-size is different than normal?

Gemma Weirs
Gemma Weirs
15,054 Points

It would help if you post the instructions.

like we all : p

thanks for your help guys, for some reason it didnt like the order I put the weight and size in