Webfonts
Google maakt het mogelijk om diverse fonts rechtstreeks in html te gebruiken:
<html>
<head>
<link rel=”stylesheet” type=”text/css” href=”http://fonts.googleapis.com/css?family=Josefin+Sans+Std+Light”>
<style>
body { font-family: ‘Josefin Sans Std Light’, serif; }
</style>
</head>
<body>
<h1>Hello World!</h1>
</body>
</html>
De momenteel beschikbare fonts:
