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 trialJoe Norris
Courses Plus Student 3,629 PointsChallenge Task 2 of 3 crashes on Chrome/Firefox/Safari.
When I submit my answer, the browser takes unusually long to pass or fail. Then, an error message appears about the engine crashing.
2 Answers
Alan Johnson
7,625 PointsHi Joe! Thanks for letting us know about this. I just tested things out and was able to get it to pass (but I'm also the one who wrote this code challenge's test code, so I may not be doing things like you are). Can you post your code here so I can try it out? Thanks!
Joe Norris
Courses Plus Student 3,629 PointsHi Alan,
I ended up trying a different google font and it got through ok. I was using the sniglet google font and I'm pretty sure this is the code I was using:
html: <link href='http://fonts.googleapis.com/css?family=Sniglet' rel='stylesheet' type='text/css'>
css: h1 { font-family: 'Sniglet', sans-serif; }
Thanks Joe
Alan Johnson
7,625 PointsThanks for the quick response, and I'm glad you got things figured out! I'll check on this Monday and see if there's anything we need to update to make the code challenge less likely to give you an error.