r97449 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97448‎ | r97449 | r97450 >
Date:04:25, 19 September 2011
Author:santhosh
Status:ok
Tags:
Comment:
Add IranianSans font support for Persian script.
Modified paths:
  • /trunk/extensions/WebFonts/js/webfonts.fontlist.js (modified) (history)

Diff [purge]

Index: trunk/extensions/WebFonts/js/webfonts.fontlist.js
@@ -229,7 +229,12 @@
230230 eot: "gez/AbyssinicaSIL-R.eot",
231231 ttf: "gez/AbyssinicaSIL-R.ttf",
232232 woff: "gez/AbyssinicaSIL-R.woff"
233 - }
 233+ },
 234+ "Iranian Sans": {
 235+ eot: "fa/IranianSans.eot",
 236+ ttf: "fa/IranianSans.ttf",
 237+ woff: "fa/IranianSans.woff"
 238+ }
234239 },
235240
236241 languages: {
@@ -252,7 +257,8 @@
253258 "KhmerOSfreehand", "KhmerOSfasthand" ],
254259 saz: [ "Pagul" ],
255260 am: [ "AbyssinicaSIL" ],
256 - ti: [ "AbyssinicaSIL" ]
 261+ ti: [ "AbyssinicaSIL" ],
 262+ fa: [ "Iranian Sans" ]
257263 }
258264 };
259 -})(jQuery);
\ No newline at end of file
 265+})(jQuery);

Status & tagging log