aboutsummaryrefslogtreecommitdiff
path: root/exampleData/sites/testFontRules.html
blob: 3bea3f430ab0a7f0113efe78c854141e8fdd2b47 (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
25
26
27
28
29
30
31
<html>
  <head>
    <title>Test Font Rules</title>
  </head>

  <body>
    <h1>Test Font Rules</h1>

    <p style="font-family: Verdana; font-size: 12px; font-weight: bold">
    This is Verdana / Bold / 12px
    </p>

    <p style="font-family: Verdana; font-size: 150%">
    This is Verdana font at 150%
    </p>

    <p style="font-family: Times;">
    This is Times font
    </p>

    <p style="font-family: Times; font-size: 150%">
    This is Times font at 150%
    </p>

    <p style="font-family: Times; font-size: 36px">
    This is Times font at 36pt
    </p>

  </body>
</html>