jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/347350 )
Change subject: Add Sundanese font ...................................................................... Add Sundanese font Bug: T162221 Change-Id: Iabf1a22838bd4375be9c8ed3aabad9205523ef8e --- A data/fontrepo/fonts/NotoSansSundanese/NotoSansSundanese-Regular.ttf A data/fontrepo/fonts/NotoSansSundanese/NotoSansSundanese-Regular.woff A data/fontrepo/fonts/NotoSansSundanese/NotoSansSundanese-Regular.woff2 A data/fontrepo/fonts/NotoSansSundanese/font.ini M resources/js/ext.uls.webfonts.repository.js 5 files changed, 16 insertions(+), 0 deletions(-) Approvals: Amire80: Looks good to me, approved jenkins-bot: Verified diff --git a/data/fontrepo/fonts/NotoSansSundanese/NotoSansSundanese-Regular.ttf b/data/fontrepo/fonts/NotoSansSundanese/NotoSansSundanese-Regular.ttf new file mode 100644 index 0000000..67ecdf0 --- /dev/null +++ b/data/fontrepo/fonts/NotoSansSundanese/NotoSansSundanese-Regular.ttf Binary files differ diff --git a/data/fontrepo/fonts/NotoSansSundanese/NotoSansSundanese-Regular.woff b/data/fontrepo/fonts/NotoSansSundanese/NotoSansSundanese-Regular.woff new file mode 100644 index 0000000..201f9b2 --- /dev/null +++ b/data/fontrepo/fonts/NotoSansSundanese/NotoSansSundanese-Regular.woff Binary files differ diff --git a/data/fontrepo/fonts/NotoSansSundanese/NotoSansSundanese-Regular.woff2 b/data/fontrepo/fonts/NotoSansSundanese/NotoSansSundanese-Regular.woff2 new file mode 100644 index 0000000..8e451ce --- /dev/null +++ b/data/fontrepo/fonts/NotoSansSundanese/NotoSansSundanese-Regular.woff2 Binary files differ diff --git a/data/fontrepo/fonts/NotoSansSundanese/font.ini b/data/fontrepo/fonts/NotoSansSundanese/font.ini new file mode 100644 index 0000000..ef6b64e --- /dev/null +++ b/data/fontrepo/fonts/NotoSansSundanese/font.ini @@ -0,0 +1,7 @@ +[NotoSansSundanese Regular] +languages=su +version=2017-03-06 +license=OFL +licensefile=OFL.txt +request-url=https://phabricator.wikimedia.org/T162221 +url=https://www.google.com/get/noto/#sans-sund diff --git a/resources/js/ext.uls.webfonts.repository.js b/resources/js/ext.uls.webfonts.repository.js index 3c1a683..ea5141c 100644 --- a/resources/js/ext.uls.webfonts.repository.js +++ b/resources/js/ext.uls.webfonts.repository.js @@ -379,6 +379,10 @@ "system", "OpenDyslexic" ], + "su": [ + "system", + "NotoSansSundanese Regular" + ], "sux": [ "Akkadian" ], @@ -826,6 +830,11 @@ "bold": "Nokora Bold" } }, + "NotoSansSundanese Regular": { + "ttf": "NotoSansSundanese/NotoSansSundanese-Regular.ttf?e7cec", + "woff": "NotoSansSundanese/NotoSansSundanese-Regular.woff?a8907", + "woff2": "NotoSansSundanese/NotoSansSundanese-Regular.woff2?97973" + }, "Nuosu SIL": { "ttf": "NuosuSIL/NuosuSIL.ttf?8f309", "woff": "NuosuSIL/NuosuSIL.woff?89513", -- To view, visit https://gerrit.wikimedia.org/r/347350 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iabf1a22838bd4375be9c8ed3aabad9205523ef8e Gerrit-PatchSet: 3 Gerrit-Project: mediawiki/extensions/UniversalLanguageSelector Gerrit-Branch: master Gerrit-Owner: KartikMistry <[email protected]> Gerrit-Reviewer: Amire80 <[email protected]> Gerrit-Reviewer: Arrbee <[email protected]> Gerrit-Reviewer: Nikerabbit <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
