diff --git a/assets/fonts/KhmerOS.ttf b/assets/fonts/KhmerOS.ttf new file mode 100644 index 000000000..f8933cee0 Binary files /dev/null and b/assets/fonts/KhmerOS.ttf differ diff --git a/src/org/kiwix/kiwixmobile/LanguageUtils.java b/src/org/kiwix/kiwixmobile/LanguageUtils.java index 1bcb2183c..9d83d2ccc 100644 --- a/src/org/kiwix/kiwixmobile/LanguageUtils.java +++ b/src/org/kiwix/kiwixmobile/LanguageUtils.java @@ -253,6 +253,7 @@ public class LanguageUtils { // Define the exceptions to the rule. The font has to be placed in the assets folder. // Key: the language code; Value: the name of the font. HashMap exceptions = new HashMap(); + exceptions.put("km", "fonts/KhmerOS.ttf"); exceptions.put("gu", "fonts/Lohit-Gujarati.ttf"); exceptions.put("my", "fonts/Parabaik.ttf"); exceptions.put("or", "fonts/Lohit-Odia.ttf");