From: Antoine Musso Date: Thu, 5 Jan 2012 09:16:13 +0000 (+0000) Subject: test rendering font-family for monospaced fonts X-Git-Tag: 1.31.0-rc.0~25515 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=37905df53ad67e2b8185be4a1fce103fa50b2291;p=lhc%2Fweb%2Fwiklou.git test rendering font-family for monospaced fonts follow r108112 --- 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;
+
+