Nemo bis has uploaded a new change for review.
https://gerrit.wikimedia.org/r/181868
Change subject: Remove "Gill Sans" from error page: not rendered for most users
......................................................................
Remove "Gill Sans" from error page: not rendered for most users
In free OS it falls back to DejaVu Sans anyway; Chrome on Windows
renders it with an incorrect font.
Note, at least for me the subsequent fonts are matched as follows:
$ fc-match "Helvetica"
n019003l.pfb: "Nimbus Sans L" "Regular"
$ fc-match "Trebuchet MS"
DejaVuSerif.ttf: "DejaVu Serif" "Book"
$ fc-match "Humanist"
DejaVuSans.ttf: "DejaVu Sans" "Book"
Bug: T85344
Change-Id: Iac5de3ff50a42216ffb367c3a329665abf6d4ec5
---
M templates/varnish/errorpage.inc.vcl.erb
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/68/181868/1
diff --git a/templates/varnish/errorpage.inc.vcl.erb
b/templates/varnish/errorpage.inc.vcl.erb
index 90d5932..0127c66 100644
--- a/templates/varnish/errorpage.inc.vcl.erb
+++ b/templates/varnish/errorpage.inc.vcl.erb
@@ -18,7 +18,7 @@
<style type="text/css"><!--
body {
background-color: #dbe5df;
-font: 100% "Gill Sans MT", "Gill Sans", "Trebuchet MS", Helvetica, sans-serif;
+font: 100% "Trebuchet MS", Helvetica, sans-serif;
margin: 0px;
}
.TechnicalStuff {
@@ -53,7 +53,7 @@
}
h1 {
background: #dbe5df;
-font: bold 1.5em "Gill Sans MT", "Gill Sans", Helvetica, Humanist, sans-serif;
+font: bold 1.5em Helvetica, Humanist, sans-serif;
text-transform: uppercase;
text-align: center;
width: 100%;
--
To view, visit https://gerrit.wikimedia.org/r/181868
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iac5de3ff50a42216ffb367c3a329665abf6d4ec5
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Nemo bis <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits