From: Tomasz W. Kozlowski Date: Mon, 7 Apr 2014 22:12:15 +0000 (+0200) Subject: Revert font stack to be just sans-serif X-Git-Tag: 1.31.0-rc.0~16256^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=638f441adb03057a3137c10144759a48b98cad86;p=lhc%2Fweb%2Fwiklou.git Revert font stack to be just sans-serif We should not promote un-free fonts over their free (as in freedom) equivalents; we used sans-serif for many years without any visible problems, so let's revert to it until a proper fix is found. Partially reverts Ic5ba836364d Bug: 63512 Change-Id: Ibcdaff0174d526c5411aa88aea8b1dbc088372ee --- diff --git a/skins/vector/variables.less b/skins/vector/variables.less index c4578aa8c5..438fbcf173 100644 --- a/skins/vector/variables.less +++ b/skins/vector/variables.less @@ -4,7 +4,7 @@ // FIXME: Use global variable since Echo and CentralNotice use this variable @content-border-color: #a7d7f9; // 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-family: sans-serif; @content-font-color: #252525; @content-font-size: 0.875em; @content-line-height: 1.6;