Remove troublesome fonts from font stack
authorjrobson <jrobson@wikimedia.org>
Mon, 7 Apr 2014 19:54:36 +0000 (12:54 -0700)
committerjrobson <jrobson@wikimedia.org>
Mon, 7 Apr 2014 19:54:36 +0000 (12:54 -0700)
These fonts have been shown to render extremely
badly on Windows machines. Reverting them from the
font stack as a short term measure.

Bug: 63512
Change-Id: Ibb16c93ef7f0c7efd5ba963d01e6dc5db61fdc87

skins/vector/variables.less

index ebfab42..c4578aa 100644 (file)
@@ -3,7 +3,8 @@
 // Page content
 // FIXME: Use global variable since Echo and CentralNotice use this variable
 @content-border-color: #a7d7f9;
-@content-font-family: Arimo, "Liberation Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
+// FIXME: Find an open font that works with this stack and is readable by Windows users
+@content-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 @content-font-color: #252525;
 @content-font-size: 0.875em;
 @content-line-height: 1.6;