Remove autonym font and its usage

I no longer maintain the Autonym font.
Also remove the tofu detection.

Bug: T135464
Bug: T135465
Change-Id: I103aab40ea5f5fc403a7ee5b23d1b634cc9c6ee1
This commit is contained in:
Santhosh Thottingal
2017-11-13 12:09:34 +05:30
committed by Nikerabbit
parent 679e58758b
commit 4f3461a9aa
9 changed files with 9 additions and 235 deletions

View File

@@ -188,7 +188,7 @@ class UniversalLanguageSelectorHooks {
'uls' => [
'text' => Language::fetchLanguageName( $langCode ),
'href' => '#',
'class' => 'uls-trigger autonym',
'class' => 'uls-trigger',
'active' => true
]
] + $personal_urls;