Written by Andrew, @ http://www.webupd8.org/
Through the magic of the Google Font API any web designer can now pick Ubuntu from the Google Font Directory and bring the beauty and legibility of the Ubuntu fonts to their websites too.
<link href='http://fonts.googleapis.com/css?family=Ubuntu' rel='stylesheet' type='text/css'/>
You can use the font for all the font on the website or only for some parts of it like the posts tile (like we are using it here, on WebUpd8). To only use it for the post titles, search for “h1″ in your CSS code and add this:
font-family: 'Ubuntu', arial, serif;
http://www.webupd8.org/2010/12/ubuntu-font-now-available-for-any.html






