Google Fonts Output bug
-
I have noticed that if you do not select a font you get an error:
<link href='//fonts.googleapis.com/css?family=empty_0&v1' rel='stylesheet' type='text/css'> <link href='//fonts.googleapis.com/css?family=&v1' rel='stylesheet' type='text/css'>
However if you select the same fonts both lines get, this:
<link href='//fonts.googleapis.com/css?family=ABeeZee&v1' rel='stylesheet' type='text/css'> <link href='//fonts.googleapis.com/css?family=ABeeZee&v1' rel='stylesheet' type='text/css'>
In my third test I noticed that the output still shows “&v1” which returns an empty font, a bad request.
<link href='//fonts.googleapis.com/css?family=ABeeZee&v1' rel='stylesheet' type='text/css'> <link href='//fonts.googleapis.com/css?family=&v1' rel='stylesheet' type='text/css'>
Can someone check this validation on fonts?
-Neil
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Google Fonts Output bug’ is closed to new replies.