blob: b4368c8651f9953a09a3f41e40990c797a2bbd2f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<html>
<head>
<style type="text/css">
body {
font-family: Times; /* this test is only for OS X, we know Times will be there */
font-size: 40px;
}
</style>
</head>
<body>
fi
</body>
</html>
|