blob: e61ff1407bd312ba4fd0faeaf865da4c94e50db3 [file] [log] [blame]
<html>
<head>
<title>inline_google_font_css example</title>
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Roboto">
<style>
body {
font-family: 'Roboto', sans-serif;
}
</style>
</head>
<body>
The font should be slightly more robotic.
</body>
</html>