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 trialJacob Goo
5,627 Pointsfont 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
4 Answers
Jacob Goo
5,627 Pointshttps://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; }
Aurelian Spodarec
7,369 PointsWhat 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
2,551 PointsThis 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
15,054 PointsIt would help if you post the instructions.
Aurelian Spodarec
7,369 Pointslike we all : p
Jacob Goo
5,627 Pointsthanks for your help guys, for some reason it didnt like the order I put the weight and size in
Aurelian Spodarec
7,369 PointsAurelian Spodarec
7,369 Pointscan you paste your code here and the link of the challenge ? it would be easier to help you and know whats wonrg