From: jrobson Date: Mon, 7 Apr 2014 19:54:36 +0000 (-0700) Subject: Remove troublesome fonts from font stack X-Git-Tag: 1.31.0-rc.0~16337^2 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=dc64e337a308cdbf50037835d8e456ff30b3b8d5;p=lhc%2Fweb%2Fwiklou.git Remove troublesome fonts from font stack 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 --- diff --git a/skins/vector/variables.less b/skins/vector/variables.less index ebfab427e9..c4578aa8c5 100644 --- a/skins/vector/variables.less +++ b/skins/vector/variables.less @@ -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;