diff --git a/release/datafiles/fonts/NotoSansKhmer-VariableFont_wdth,wght.woff2 b/release/datafiles/fonts/NotoSansKhmer-VariableFont_wdth,wght.woff2 new file mode 100644 index 00000000000..adc52650496 Binary files /dev/null and b/release/datafiles/fonts/NotoSansKhmer-VariableFont_wdth,wght.woff2 differ diff --git a/scripts/modules/bl_i18n_utils/settings.py b/scripts/modules/bl_i18n_utils/settings.py index 4970a67d8a9..0ffa27c53f6 100644 --- a/scripts/modules/bl_i18n_utils/settings.py +++ b/scripts/modules/bl_i18n_utils/settings.py @@ -104,7 +104,7 @@ IMPORT_MIN_LEVEL = 0.0 # Languages in the working repository that should not be imported in the Blender one currently... IMPORT_LANGUAGES_SKIP = { - 'am_ET', 'et_EE', 'ro_RO', 'uz_UZ@latin', 'uz_UZ@cyrillic', 'kk_KZ', 'km', + 'am_ET', 'et_EE', 'ro_RO', 'uz_UZ@latin', 'uz_UZ@cyrillic', 'kk_KZ', } # Languages that need RTL pre-processing. diff --git a/source/blender/blenfont/intern/blf_font.cc b/source/blender/blenfont/intern/blf_font.cc index 563de55e242..607790eb7cb 100644 --- a/source/blender/blenfont/intern/blf_font.cc +++ b/source/blender/blenfont/intern/blf_font.cc @@ -1704,6 +1704,7 @@ static const FaceDetails static_face_details[] = { {"NotoSansHebrew-Regular.woff2", TT_UCR_HEBREW, 0, 0, 0}, {"NotoSansJavanese-Regular.woff2", 0x80000003L, 0x2000L, 0, 0}, {"NotoSansKannada-VariableFont_wdth,wght.woff2", TT_UCR_KANNADA, 0, 0, 0}, + {"NotoSansKhmer-VariableFont_wdth,wght.woff2", 0, 0, TT_UCR_KHMER, 0}, {"NotoSansMalayalam-VariableFont_wdth,wght.woff2", TT_UCR_MALAYALAM, 0, 0, 0}, {"NotoSansMath-Regular.woff2", 0, TT_UCR_MATHEMATICAL_OPERATORS, 0, 0}, {"NotoSansMyanmar-Regular.woff2", 0, 0, TT_UCR_MYANMAR, 0},