Paul - The Programmer

simple & stupid

Change the blog fonts with Google Font API

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.