http://www.mediawiki.org/wiki/Special:Code/MediaWiki/88325

Revision: 88325
Author:   santhosh
Date:     2011-05-17 17:15:25 +0000 (Tue, 17 May 2011)
Log Message:
-----------
a. Added Ethyopian font
b. Removed dhyuthi font since it no longer required.

Modified Paths:
--------------
    trunk/extensions/WebFonts/WebFonts.config.php

Added Paths:
-----------
    trunk/extensions/WebFonts/fonts/gez/
    trunk/extensions/WebFonts/fonts/gez/AbyssinicaSIL-R.eot
    trunk/extensions/WebFonts/fonts/gez/AbyssinicaSIL-R.ttf
    trunk/extensions/WebFonts/fonts/gez/AbyssinicaSIL-R.woff

Removed Paths:
-------------
    trunk/extensions/WebFonts/fonts/ml/Dyuthi.eot
    trunk/extensions/WebFonts/fonts/ml/Dyuthi.ttf
    trunk/extensions/WebFonts/fonts/ml/Dyuthi.woff

Modified: trunk/extensions/WebFonts/WebFonts.config.php
===================================================================
--- trunk/extensions/WebFonts/WebFonts.config.php       2011-05-17 17:10:35 UTC 
(rev 88324)
+++ trunk/extensions/WebFonts/WebFonts.config.php       2011-05-17 17:15:25 UTC 
(rev 88325)
@@ -25,23 +25,6 @@
                        'woff' => "$fontsPath/en/ubuntu-r-webfont.woff",
                        'svg' => "$fontsPath/en/ubuntu-r-webfont.svg",
                        ),
-               'Dyuthi' => array(
-                       'eot' => "$fontsPath/ml/Dyuthi.eot",
-                       'ttf' => "$fontsPath/ml/Dyuthi.ttf",
-                       'woff' => "$fontsPath/ml/Dyuthi.woff",
-                       'scale' => 2.0,
-                       'normalization' => array(
-                               "ൾ" => "ള്‍",
-                               "ൻ" => "ന്‍",
-                               "ർ" => "ര്‍",
-                               "ൺ " => "ണ്‍",
-                               "ൽ" => "ല്‍",
-                               "ൿ" => "ക്‍ ",
-                               "ൻ‍റ" => "ന്റ",
-                               "ന്‍റെ" => "ന്റെ"
-                               )
-                               ),
-
                'Meera' => array(
                        'eot' => "$fontsPath/ml/Meera.eot",
                        'ttf' => "$fontsPath/ml/Meera.ttf",
@@ -238,11 +221,16 @@
                        'ttf' => "$fontsPath/saz/Pagul.ttf",
                        'woff' => "$fontsPath/saz/Pagul.woff",
                ),
+               'AbyssinicaSIL'=> array(
+                       'eot' => "$fontsPath/gez/AbyssinicaSIL-R.eot",
+                       'ttf' => "$fontsPath/gez/AbyssinicaSIL-R.ttf",
+                       'woff' => "$fontsPath/gez/AbyssinicaSIL-R.woff",
                ),
+               ),
 
        'languages' => array(
                // 'en' => array( 'RufScript', 'Perizia', 'Ubuntu' ),
-               'ml' => array( 'Meera', 'Rachana' , 'Dyuthi', 'RaghuMalayalam' 
),
+               'ml' => array( 'Meera', 'Rachana', 'RaghuMalayalam' ),
                'or' => array( 'Lohit Oriya' ),
                'ta' => array( 'Lohit Tamil' ),
                'te' => array( 'Lohit Telugu' ),
@@ -257,5 +245,7 @@
                'my' => array( 'Masterpiece Uni Sans', 'Padauk-Regular', 
'Myanmar3', 'Yunghkio' ),
                'km' => array( 'KhmerOSbattambang', 'KhmerOSsiemreap', 
'KhmerOS', 'KhmerOSbokor', 'KhmerOSmuollight', 'KhmerOSmuol', 
'KhmerOSmuolpali', 'KhmerOSfreehand', 'KhmerOSfasthand' ),
                'saz' => array( 'Pagul' ),
+               'am' => array( 'AbyssinicaSIL' ),
+               'ti' => array( 'AbyssinicaSIL' ),
                ),
        );

Added: trunk/extensions/WebFonts/fonts/gez/AbyssinicaSIL-R.eot
===================================================================
(Binary files differ)


Property changes on: trunk/extensions/WebFonts/fonts/gez/AbyssinicaSIL-R.eot
___________________________________________________________________
Added: svn:mime-type
   + application/vnd.ms-fontobject

Added: trunk/extensions/WebFonts/fonts/gez/AbyssinicaSIL-R.ttf
===================================================================
(Binary files differ)


Property changes on: trunk/extensions/WebFonts/fonts/gez/AbyssinicaSIL-R.ttf
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: trunk/extensions/WebFonts/fonts/gez/AbyssinicaSIL-R.woff
===================================================================
(Binary files differ)


Property changes on: trunk/extensions/WebFonts/fonts/gez/AbyssinicaSIL-R.woff
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Deleted: trunk/extensions/WebFonts/fonts/ml/Dyuthi.eot
===================================================================
(Binary files differ)

Deleted: trunk/extensions/WebFonts/fonts/ml/Dyuthi.ttf
===================================================================
(Binary files differ)

Deleted: trunk/extensions/WebFonts/fonts/ml/Dyuthi.woff
===================================================================
(Binary files differ)


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to