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 trialMarkus Mönch
16,383 PointsNavigation text is much more bold in Firefox and like in the Video but it is much less bold in Google Chrome
The Navigation list points are much more bold in Firefox and like in the Video but they are much less bold in Google Chrome and dont look like in the video. Why is that so?
3 Answers
Markus Mönch
16,383 Pointsand the strange thing is that when I uncheck
body { font-family: 'Open Sans', sans-serif; }
in google Chrome developer tools, then the font is getting right though then it should gets wrong, as I turn the CSS rule off..
Philip G
14,600 PointsHi Markus, Every browser has some default-css to use if something is not specified, and this is different for every browser. In real-world projects, you can use a reset file to migitate this. A popular one: http://cssreset.com/
Hope I could clarify! Best Regards, Philip
Markus Mönch
16,383 Pointshello i have use a css-reset and did exactly what was shown in the course. I also downloaded the original project files from here now
http://treehouse-code-samples.s3.amazonaws.com/HowToMakeAWebsite/HowToMakeAWebsite-Stage8-Video4.zip
open it in firefox and google chrome. there the nav bar is also wrong in chrome but correct in firefox even in the project files.