webfont loader
and so continues the track of making it faster and more convenient to use the fonts you want to use. with this javascript from typekit, you can use any of the fonts in google’s free and extensive font api very easily =>
<script src="http://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js"></script>
<script type="text/javascript">
WebFont.load({
google: {
families: ['Droid Sans', 'Droid Serif']
}
});
</script>
and, of course, you can use it load fonts from your typekit account.