Liangent has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/133228

Change subject: Set unifont-5.1.20080907.ttf for timeline on ZH projects
......................................................................

Set unifont-5.1.20080907.ttf for timeline on ZH projects

The original one, wqy-zenhei.ttc, doesn't actually exist in GDFONTPATH,
and EasyTimeline is not smart enough to make use of other system fonts.

Bug: 20825
Change-Id: I9dd358872265ff753226b9c8f3b7cd374e3bf609
---
M wmf-config/CommonSettings.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/28/133228/1

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 8b1a4ea..659c0db 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -533,7 +533,7 @@
                // Generate("FreeSansWMF.ttf", "", 4 );
                $wgTimelineSettings->fontFile = 'FreeSansWMF.ttf';
        } elseif ( $lang == 'zh' ) {
-               $wgTimelineSettings->fontFile = 'wqy-zenhei.ttc';
+               $wgTimelineSettings->fontFile = 'unifont-5.1.20080907.ttf';
        }
        $wgTimelineSettings->fileBackend = 'local-multiwrite';
 

-- 
To view, visit https://gerrit.wikimedia.org/r/133228
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9dd358872265ff753226b9c8f3b7cd374e3bf609
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Liangent <liang...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to