The Droid Sans font from Google Font Directory is a lovely font with great readability for use on web pages.
To use Droid Sans add a css link:
<link href=’http://fonts.googleapis.com/css?family=Droid+Sans‘ rel=’stylesheet’ type=’text/css’>
then in your own CSS file add a reference to the font e.g.
body { font-family: ‘Droid Sans‘, arial, helvetica , sans-serif; }
Loading the font adds a reported 26kb to the page download size.