Overview
When building an experience, you can specify the font family name. The SDK will search and apply the font automatically so the selected font renders consistently across your app.Font Sources and Resolution Order
The SDK resolves fonts by checking the following sources in order:- System Fonts: Standard Android typefaces such as
default,serif, andmonospaced. - Resources: Fonts defined in the
res/fontfolder of the SDK or client apps. - Assets: Fonts stored in the
assets/fonts/directory. - System Font Directory: Custom fonts located in
/system/fonts.
Font Weight Handling
The SDK converts weight strings (for example,bold, light) to a Typeface style or integer value using the FontWeight enum.