summaryrefslogtreecommitdiff
path: root/src/tests/html/font_test.html
blob: 2e889ea85ba2247201c00a08f3f83c5a0fc29acc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<html>

<head>
</head>

<body>

<p style="font-family:'Dejavu Sans'">
This should be Dejavu Sans.
</p>

<p style="font-family:'Dejavu Sans Mono'">
This should be Dejavu Sans Mono.
</p>

<p style="font-family:'Dejavu Serif'">
This should be Dejavu Serif.
</p>


</body>


</html>