blob: aefd0770876e64e6c466e259fb43a61b879a5e92 [file] [log] [blame]
Phil Dubach3b4485e2009-09-17 17:21:49 -07001<!-- Copyright (C) 2009 The Android Open Source Project
2
3 Licensed under the Apache License, Version 2.0 (the "License");
4 you may not use this file except in compliance with the License.
5 You may obtain a copy of the License at
6
7 http://www.apache.org/licenses/LICENSE-2.0
8
9 Unless required by applicable law or agreed to in writing, software
10 distributed under the License is distributed on an "AS IS" BASIS,
11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 See the License for the specific language governing permissions and
13 limitations under the License.
14-->
15<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
16"http://www.w3.org/TR/html4/loose.dtd">
17<html>
18 <head>
19 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
20 <title>Font test page</title>
21 </head>
22 <body>
23 <font face="Standard">Standard ABCdef123</font><br/>
24 <font face="Fixed">Fixed ABCdef123</font><br/>
25 <font face="Sans-Serif">Sans Serif ABCdef123</font><br/>
26 <font face="Serif">Serif ABCdef123</font><br/>
27 <font face="Cursive">Cursive ABCdef123</font><br/>
28 <font face="Fantasy">Fantasy ABCdef123</font><br/>
29 </body>
30</html>
31