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 trialRobert Thrasher
323 PointsChanga One font not working
I pasted the link into my HTML and wrote the CSS exactly as he described, but my h1 is still the standard sans-serif font. I have made sure to save the HTML and the CSS and nothing has changed. Any help figuring this out would be appreciated!
6 Answers
Simon Parker
Courses Plus Student 4,160 PointsI had the same issue but none of the above solved it. For me using Firefox I just cleared all my cache and then everything displayed ok.
Philip Cox
14,818 PointsHello Robert
This is a common question popping up the forums. The browser does not like the pipe | inside the link. Change the pipe to the charter entity version, &7c So this may look like this, 700,800%7cChanga+One. This should solve the issue.
Robert Thrasher
323 PointsOhh okay, so there was originally the pipe between Changa+One and Open+Sans in the link, what do I replace the pipe with?
Philip Cox
14,818 PointsAs I said, &7c :)
Geert Van Herbruggen
1,752 PointsFor me, I can only get it working using |
Taylor Zelaya
5,385 PointsI'm having the same problem as Robert, but Philip I don't understand your answer. What is "&7c"? Can you describe what symbol you're saying should replace the pipe (|) inside the link? Thanks.
Philip Cox
14,818 PointsThat's precisely what you do, Remove the pipe ( | ) And put &c7 in it's place.
Taylor Zelaya
5,385 PointsAfter I posted my last response, I decided to obviate altogether the need for the separation between the two fonts. I just pasted two separate links - one for Changa One and one for Open Sans. I'm completely new to coding, so this may cause problems down the line, but it works for now. Would still appreciate any help regarding the "&7c" issue in case my temporary fix does end up being untenable.