Improves on the technique used in r65391 to fix the font-size issues in Firefox,...
authorTrevor Parscal <tparscal@users.mediawiki.org>
Wed, 14 Jul 2010 17:50:51 +0000 (17:50 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Wed, 14 Jul 2010 17:50:51 +0000 (17:50 +0000)
commit66e1bc76e1b5f2ed94eed6930dc2878ac41d8aad
tree8037955308e6afe4751da6c80133f6c17e97493b
parent7039cc0817be85c1e6c03ae1191d176ed241d2d7
Improves on the technique used in r65391 to fix the font-size issues in Firefox, Chrome and Safari caused by using "monospace" as a font-family. The old approach was to use "monospace, sans-serif", which worked but was reported to actually fall-back on the sans-serif variant. Some research has shown that using '"Courier New", monospace' resolves the issue on all browsers without risking falling back to proportionally spaced fonts.
includes/DefaultSettings.php
skins/vector/main-ltr.css
skins/vector/main-rtl.css