Chhavi221 / googlefontdirectory

Automatically exported from code.google.com/p/googlefontdirectory
0 stars 0 forks source link

The code on preview is missing a 'http: from the link tag. #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
<link  
href="//fonts.googleapis.com/css?family=Yanone+Kaffeesatz:200,300,400,700&subset
=latin" rel="stylesheet" type="text/css" >
<style>
body {
  font-family: 'Yanone Kaffeesatz', serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1em;
}
</style>

Original issue reported on code.google.com by toxicjel...@yahoo.co.uk on 29 Sep 2010 at 9:04

GoogleCodeExporter commented 9 years ago
This is not an actual defect. The code is using a relative protocol URL so that 
it will work without changes on both HTTP and HTTPS websites.

Original comment by martey on 9 Sep 2011 at 3:14

GoogleCodeExporter commented 9 years ago
That's correct :)

Original comment by dcrossland@google.com on 9 Sep 2011 at 3:45