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

HTML How to Make a Website Responsive Web Design and Testing Website Testing

Joey Sudmeier
Joey Sudmeier
2,203 Points

Font isn't passing Validator.

When I run my index.html my font isn't passing Validator because of the | mark within my font URL. Below is the error message, and below that is my coding:

Error: Bad value https://fonts.googleapis.com/css?family=Changa+One|Open+Sans for attribute href on element link: Illegal character in query: | is not allowed. From line 7, column 5; to line 7, column 95 css">ā†© <link href="https://fonts.googleapis.com/css?family=Changa+One|Open+Sans" rel="stylesheet">ā†© <

<link href="https://fonts.googleapis.com/css?family=Changa+One|Open+Sans" rel="stylesheet">

Please assist. Thanks!

1 Answer

Jason Anders
MOD
Jason Anders
Treehouse Moderator 145,860 Points

Hey Joey,

That's a very common error, and honestly it means absolutely nothing. Just ignore it. You can read more about this in an answer I provided a while ago to the same question in this post.

Keep Coding! :) :dizzy:

Joey Sudmeier
Joey Sudmeier
2,203 Points

Hi Jason,

Thanks for the quick and detailed response. I read the post you linked and, coincidentally, I had the same heading "error" as well but came to the same conclusion you presented (that it's not a real error).

Best, Joey