Closed
Description
React Native version: sdk-33.0.0
System:
OS: Windows 10
Binaries:
Node: 12.6.0
Yarn: 1.15.2
npm: 6.9.0
Steps To Reproduce
- equivalent of
font-family: 'afont, bfont, ...'
is not available fontFamily: 'afont, bfont, ...'
doesn't work in RN
Describe what you expected to happen:
For RN, there is not a css equivalent of fallback fonts. This make cross-language custom font very difficult as chinese-character-font.otf can't be used at the same time as 'korean-character-font.otf'. If there is a sentence composed by App user containing both Chinese, Korean, Japanese, ... characters, there's just not a way to deal with those within a single
Snack, code example, screenshot, or link to a repository:
Is there any potential update to support this function? It would be very helpful if there is an existing workaround though.