From 37905df53ad67e2b8185be4a1fce103fa50b2291 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Thu, 5 Jan 2012 09:16:13 +0000 Subject: [PATCH] test rendering font-family for monospaced fonts follow r108112 --- docs/uidesign/monospace.html | 49 ++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 docs/uidesign/monospace.html diff --git a/docs/uidesign/monospace.html b/docs/uidesign/monospace.html new file mode 100644 index 0000000000..77da3b904d --- /dev/null +++ b/docs/uidesign/monospace.html @@ -0,0 +1,49 @@ + + + + + + +

+This page let you test the rendering font-family declaration for monospaced fonts. TODO: add some references here :-) +

+ +
+font-family: monospace;
+
+ +
+font-family: "Courier New";
+
+ +
+font-family: Courier;
+
+ + +
+font-family: monospace, "Courier New";
+
+ +
+font-family: monospace, Courier;
+
+ +
+font-family: monospace, Verdana;
+
+ -- 2.20.1