blob: 0ddb8e0c53d9b9da95afa56ac88f375b3e2e2c10 [file] [log] [blame]
<html>
<head>
<title>move_font_css_to_head test</title>
<script>document.write("Is this a slab? ");</script>
</head>
<body>
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Slabo+13px">
<style>
* {
font-family: 'Slabo 13px', sans-serif;
}
</style>
The font should be slightly more slab-like.
</body>
</html>