New somewhat temporary file font-styles.html to help debug WRIS-12.
authorMike Taylor <mike@indexdata.com>
Mon, 23 Feb 2015 11:19:20 +0000 (11:19 +0000)
committerMike Taylor <mike@indexdata.com>
Mon, 23 Feb 2015 11:19:20 +0000 (11:19 +0000)
examples/htdocs/font-styles.html [new file with mode: 0644]

diff --git a/examples/htdocs/font-styles.html b/examples/htdocs/font-styles.html
new file mode 100644 (file)
index 0000000..ccdb1a3
--- /dev/null
@@ -0,0 +1,24 @@
+<html>
+  <head>
+    <style>
+      p.p1 { }
+      p.p2 { background: pink; font-family: Sans-Serif; }
+      p.p3 { background: lightblue; font-family: Sans; }
+      p.p4 { background: lightgreen; font-family: Arial; }
+      p.p5 { background: yellow; font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF; }
+      p.p6 { background: lightcyan; font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Sans-Serif; }
+      p.p7 { background: magenta; font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Arial, Sans-Serif; }
+      p.p8 { background: lightgrey; font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Arial, Sans; }
+    </style>
+  </head>
+  <body>
+    <p class="p1">1. Ticking away the moments that make up a dull day</p>
+    <p class="p2">2. Ticking away the moments that make up a dull day</p>
+    <p class="p3">3. Ticking away the moments that make up a dull day</p>
+    <p class="p4">4. Ticking away the moments that make up a dull day</p>
+    <p class="p5">5. Ticking away the moments that make up a dull day</p>
+    <p class="p6">6. Ticking away the moments that make up a dull day</p>
+    <p class="p7">7. Ticking away the moments that make up a dull day</p>
+    <p class="p8">8. Ticking away the moments that make up a dull day</p>
+  </body>
+</html>