Avoid bigger fonts being default for languages
* Avoided Amiri being default font for ar * Avoided CharisSIL, DuolosSIL being default fonts for cdo, nan respectively The change is because of the bandwidth efficiency concerns. Also Arabic being widely supported language, having defaut font is not must. Change-Id: I657d08ded26f25342d18483f6c5a0393f625001b
This commit is contained in:
committed by
Amire80
parent
dfc40c8f59
commit
7e787c0fc5
@@ -1,5 +1,5 @@
|
||||
[CharisSIL]
|
||||
languages=cdo*,nan
|
||||
languages=cdo,nan
|
||||
version=4.011
|
||||
license=OFL-1.1
|
||||
licensefile=OFL.txt
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[Doulos SIL]
|
||||
languages=nan*
|
||||
languages=nan
|
||||
version=4.112
|
||||
license=OFL-1.1
|
||||
licensefile=OFL.txt
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[Amiri]
|
||||
languages=ar*, arb*, fa
|
||||
languages=ar, arb, fa
|
||||
version=1.0.2
|
||||
license=OFL-1.1
|
||||
licensefile=OFL.txt
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user