aboutsummaryrefslogtreecommitdiff
path: root/exampleData/sites/testFontRules.html
diff options
context:
space:
mode:
Diffstat (limited to 'exampleData/sites/testFontRules.html')
-rw-r--r--exampleData/sites/testFontRules.html31
1 files changed, 31 insertions, 0 deletions
diff --git a/exampleData/sites/testFontRules.html b/exampleData/sites/testFontRules.html
new file mode 100644
index 0000000..3bea3f4
--- /dev/null
+++ b/exampleData/sites/testFontRules.html
@@ -0,0 +1,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>
+