diff options
| author | 2020-09-19 01:32:05 +0000 | |
|---|---|---|
| committer | 2020-09-19 01:32:05 +0000 | |
| commit | 722add884a3f18efb42c1b011a10c4a3cf42591e (patch) | |
| tree | fd55a7ff396062f933708510bb20dc07b5ff8de9 | |
| parent | b782c8119d98576003041860d177a137dfbb1436 (diff) | |
| parent | f12499bb337bd7d61995ccc04f1321fae630071a (diff) | |
Merge "Update Armenian fonts to a variable format"
| -rw-r--r-- | data/fonts/fonts.xml | 29 |
1 files changed, 24 insertions, 5 deletions
diff --git a/data/fonts/fonts.xml b/data/fonts/fonts.xml index 4c214b529b39..c992bd8f8338 100644 --- a/data/fonts/fonts.xml +++ b/data/fonts/fonts.xml @@ -142,11 +142,30 @@ <font weight="700" style="normal">NotoSansThaiUI-Bold.ttf</font> </family> <family lang="und-Armn"> - <font weight="400" style="normal">NotoSansArmenian-Regular.otf</font> - <font weight="500" style="normal">NotoSansArmenian-Medium.otf</font> - <font weight="700" style="normal">NotoSansArmenian-Bold.otf</font> - <font weight="400" style="normal" fallbackFor="serif">NotoSerifArmenian-Regular.otf</font> - <font weight="700" style="normal" fallbackFor="serif">NotoSerifArmenian-Bold.otf</font> + <font weight="400" style="normal">NotoSansArmenian-VF.ttf + <axis tag="wght" stylevalue="400" /> + </font> + <font weight="500" style="normal">NotoSansArmenian-VF.ttf + <axis tag="wght" stylevalue="500" /> + </font> + <font weight="600" style="normal">NotoSansArmenian-VF.ttf + <axis tag="wght" stylevalue="600" /> + </font> + <font weight="700" style="normal">NotoSansArmenian-VF.ttf + <axis tag="wght" stylevalue="700" /> + </font> + <font weight="400" style="normal" fallbackFor="serif">NotoSerifArmenian-VF.ttf + <axis tag="wght" stylevalue="400" /> + </font> + <font weight="500" style="normal" fallbackFor="serif">NotoSerifArmenian-VF.ttf + <axis tag="wght" stylevalue="500" /> + </font> + <font weight="600" style="normal" fallbackFor="serif">NotoSerifArmenian-VF.ttf + <axis tag="wght" stylevalue="600" /> + </font> + <font weight="700" style="normal" fallbackFor="serif">NotoSerifArmenian-VF.ttf + <axis tag="wght" stylevalue="700" /> + </font> </family> <family lang="und-Geor,und-Geok"> <font weight="400" style="normal">NotoSansGeorgian-VF.ttf |