Mobile app version of vmapp.org
Login or Join
Mendez628

: How to use Google Web Fonts "text" parameter on Blogger? Google introduced the new parameter "text" to the Google Web Fonts API, where you can choose which letters will come from your request

@Mendez628

Posted in: #Blogger #Fonts #Google #Template #Xml

Google introduced the new parameter "text" to the Google Web Fonts API, where you can choose which letters will come from your request (for when you only need few letters for the logo)

The introdution of the new parameter is explained here

But if I insert this Blogger Template:

<link href='http://fonts.googleapis.com/css?family=Over+the+Rainbow:regular&text=PulaAe' rel='stylesheet' type='text/css'/>


I get this error:

The reference to entity "text" must end with the ';' delimiter.


Someone knows how is the right way to use this new parameter within Blogger?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Mendez628

1 Comments

Sorted by latest first Latest Oldest Best

 

@XinRu657

The reference to entity "text" must
end with the ';' delimiter.


This appears to be an HTML validation error.

Try this <link> instead:

<link href='http://fonts.googleapis.com/css?family=Over+the+Rainbow:regular&amp;text=PulaAe' rel='stylesheet' type='text/css'/>

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme