diff --git a/components/fonts/platform/freetype/ohos/font_list.rs b/components/fonts/platform/freetype/ohos/font_list.rs index 75eef136189..f4d9ec6200a 100644 --- a/components/fonts/platform/freetype/ohos/font_list.rs +++ b/components/fonts/platform/freetype/ohos/font_list.rs @@ -80,6 +80,8 @@ impl FontList { let alternatives = [ ("HarmonyOS Sans", "HarmonyOS_Sans_SC_Regular.ttf"), ("sans-serif", "HarmonyOS_Sans_SC_Regular.ttf"), + // Todo: It's unclear what font should be used, but we need to use something + ("serif", "HarmonyOS_Sans_SC_Regular.ttf"), ]; alternatives