Change the blog fonts with Google Font API
paul
posted @ Fri, 04 Mar 2011 09:28:03 +0800
in my blabbering
with tags
Google Font API Droid Sans
, 1581 readers
I changed the default fonts with the Google Font API
I just add a few lines in the <head> and change the CSS accordingly. The 'Droid Sans' font is more eye-candy, isn't it?
Didn't notice too much delay of page loading comparing to the time without Google Font.
I do not have much more to talk about them.
Just follow the simple instructions below and choose your favorite fonts. A piece of cake. :-)
http://code.google.com/apis/webfonts/docs/getting_started.html#Quick_Start
--- update ---
Just added the WebFontLoader Javascript in the <head>. The Google fonts are loaded asynchronosly. I believe you will notice the fonts change with a low speed connection.
This work is licensed under a Creative Commons Attribution 3.0 Unported License.