additional monospaced font-family hacks
authorAntoine Musso <hashar@users.mediawiki.org>
Thu, 5 Jan 2012 09:24:16 +0000 (09:24 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Thu, 5 Jan 2012 09:24:16 +0000 (09:24 +0000)
  font-family: monospace, monospace;
Is elegant and has my preference :-)

  font-family: monospace, DOESNOTEXISTREALLY;
Really make it obvious

follow r108123

docs/uidesign/monospace.html

index 77da3b9..7978571 100644 (file)
@@ -31,6 +31,10 @@ font-family: Courier;'>
 font-family: Courier;
 </pre>
 
+<pre style='
+font-family: monospace, monospace;'>
+font-family: monospace, monospace;
+</pre>
 
 <pre style='
 font-family: monospace, "Courier New";'>
@@ -47,3 +51,8 @@ font-family: monospace, Verdana;'>
 font-family: monospace, Verdana;
 </pre>
 
+<pre style='
+font-family: monospace, DOESNOTEXISTREALLY;'>
+font-family: monospace, DOESNOTEXISTREALLY;
+</pre>
+