Hi
I placed the following code
<link href='http://fonts.googleapis.com/css?family=Roboto:400,500,700|Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
in the <head>
of http:pintotours.net, which I copied from Google Fonts own page and it is giving me a validation error
Bad value http://fonts.googleapis.com/css?family=Roboto:400,500,700|Open+Sans+Condensed:300 for attribute href on element link: Illegal character in query: not a URL code point.…y=Roboto:400,500,700|Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
Syntax of URL:Any URL. For example: /hello, #canvas, or http://example.org/. Characters should be represented in NFC and spaces should be escaped as %20.