From e39fc641e7845d8b114f465b73aa7a5e7fa7d412 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 24 Feb 2015 15:14:49 +0000 Subject: [PATCH] Add two more lines. --- examples/htdocs/font-styles.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/htdocs/font-styles.html b/examples/htdocs/font-styles.html index ccdb1a3..b608c9b 100644 --- a/examples/htdocs/font-styles.html +++ b/examples/htdocs/font-styles.html @@ -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; } @@ -20,5 +23,7 @@

6. Ticking away the moments that make up a dull day

7. Ticking away the moments that make up a dull day

8. Ticking away the moments that make up a dull day

+

9. Ticking away the moments that make up a dull day

+

10. Ticking away the moments that make up a dull day

-- 1.7.10.4