KartikMistry has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/391164 )
Change subject: Remove madan fonts for ne ...................................................................... Remove madan fonts for ne * Nepali is well supported among modern OSs. * Font license is not clear. * No upstream. Bug: T180422 Change-Id: Id41176dea933886affe20710ff5b1ff5ec337bb9 --- M data/fontrepo/TODO D data/fontrepo/fonts/madan/font.ini D data/fontrepo/fonts/madan/madan.ttf D data/fontrepo/fonts/madan/madan.woff D data/fontrepo/fonts/madan/madan.woff2 D data/fontrepo/fonts/madan/madan_license.txt M resources/js/ext.uls.webfonts.repository.js 7 files changed, 0 insertions(+), 32 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/UniversalLanguageSelector refs/changes/64/391164/1 diff --git a/data/fontrepo/TODO b/data/fontrepo/TODO index 17db685..0167eb9 100644 --- a/data/fontrepo/TODO +++ b/data/fontrepo/TODO @@ -1,6 +1,5 @@ * New version of Amiri font is available * Siyam Rupali TTF claims GPL2+, website GPL3 -* Madan only says "GPL", no proper upstream link * Miriam CLM has new upstream version (maybe also Taamey Frank?) * KhmerOS font version number does not match upstream (v5) * New version of CharisSIL is available diff --git a/data/fontrepo/fonts/madan/font.ini b/data/fontrepo/fonts/madan/font.ini deleted file mode 100644 index c3f6b23..0000000 --- a/data/fontrepo/fonts/madan/font.ini +++ /dev/null @@ -1,6 +0,0 @@ -[Madan] -languages=ne -version=2 -license=GPL-2.0 -licensefile=gpl-2.0.txt -url=http://www.mpp.org.np diff --git a/data/fontrepo/fonts/madan/madan.ttf b/data/fontrepo/fonts/madan/madan.ttf deleted file mode 100644 index f9060bd..0000000 --- a/data/fontrepo/fonts/madan/madan.ttf +++ /dev/null Binary files differ diff --git a/data/fontrepo/fonts/madan/madan.woff b/data/fontrepo/fonts/madan/madan.woff deleted file mode 100644 index aa43ef0..0000000 --- a/data/fontrepo/fonts/madan/madan.woff +++ /dev/null Binary files differ diff --git a/data/fontrepo/fonts/madan/madan.woff2 b/data/fontrepo/fonts/madan/madan.woff2 deleted file mode 100644 index ffeaed7..0000000 --- a/data/fontrepo/fonts/madan/madan.woff2 +++ /dev/null Binary files differ diff --git a/data/fontrepo/fonts/madan/madan_license.txt b/data/fontrepo/fonts/madan/madan_license.txt deleted file mode 100644 index f02dccb..0000000 --- a/data/fontrepo/fonts/madan/madan_license.txt +++ /dev/null @@ -1,16 +0,0 @@ -Open Type rules and Nepali glyphsets developed at Madan Puraskar Pustakalaya and released under GPL. - -Contacts: -Madan Puraskar Pustakalaya -Yalamaya Kendra, Patan, NEPAL -GPO Box. 42 -www.mpp.org.np [email protected] - -Font Developers: -Gaurav Shrestha | [email protected] -Anjan Ale | [email protected] - - -Copyright (c) 2007 by Madan Puraskar Pustakalaya. All rights reserved. - diff --git a/resources/js/ext.uls.webfonts.repository.js b/resources/js/ext.uls.webfonts.repository.js index 898b042..5a065da 100644 --- a/resources/js/ext.uls.webfonts.repository.js +++ b/resources/js/ext.uls.webfonts.repository.js @@ -282,10 +282,6 @@ "system", "OpenDyslexic" ], - "ne": [ - "system", - "Madan" - ], "nl": [ "system", "ComicNeue", @@ -647,11 +643,6 @@ "ttf": "LinuxLibertine/LinLibertine_RIah.ttf?70eb1", "woff": "LinuxLibertine/LinLibertine_RIah.woff?1c058", "woff2": "LinuxLibertine/LinLibertine_RIah.woff2?4e887" - }, - "Madan": { - "ttf": "madan/madan.ttf?a9297", - "woff": "madan/madan.woff?cee7d", - "woff2": "madan/madan.woff2?81dd1" }, "Miriam CLM": { "ttf": "MiriamCLM/MiriamCLM-Book.ttf?a070f", -- To view, visit https://gerrit.wikimedia.org/r/391164 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id41176dea933886affe20710ff5b1ff5ec337bb9 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/UniversalLanguageSelector Gerrit-Branch: master Gerrit-Owner: KartikMistry <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
