Add two more lines.
[mkws-moved-to-github.git] / examples / htdocs / font-styles.html
index ccdb1a3..b608c9b 100644 (file)
@@ -9,6 +9,9 @@
       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; }
+      p.p8 { background: lightgrey; font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Arial, Sans; }
+      p.p9 { background: #ffffe0; font-family: GillSansRegular, Gill Sans, "Gillius ADF", Gillius, GilliusADF, Arial, Sans; }
+      p.p10 { background: #ffe0ff; font-family: GillSansRegular, "Gillius ADF", Gill Sans, Gillius, GilliusADF, Arial, Sans; }
     </style>
   </head>
   <body>
@@ -20,5 +23,7 @@
     <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>
+    <p class="p9">9. Ticking away the moments that make up a dull day</p>
+    <p class="p10">10. Ticking away the moments that make up a dull day</p>
   </body>
 </html>