From b249225456bd0015ad775bfc3d6baa5827f0edee Mon Sep 17 00:00:00 2001 From: Raph Levien Date: Thu, 10 Jul 2014 15:45:26 -0700 Subject: Fix BCP47 language tags in fallback_fonts.xml The BCP47 tag we use for selecting Simplified vs Traditional Chinese is Hans and Hant. This patch uses those tags in fallback_fonts.xml rather than country names, which weren't getting matched. Change-Id: I97e1da7b86e8fe8f026365146393304a5ab74443 --- data/fonts/fallback_fonts.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data') diff --git a/data/fonts/fallback_fonts.xml b/data/fonts/fallback_fonts.xml index a7e159a..0f0281b 100644 --- a/data/fonts/fallback_fonts.xml +++ b/data/fonts/fallback_fonts.xml @@ -234,12 +234,12 @@ - NotoSansHans-Regular.otf + NotoSansHans-Regular.otf - NotoSansHant-Regular.otf + NotoSansHant-Regular.otf -- cgit v1.1