Thonburi is a classic, clean sans-serif typeface primarily known as a system font for Apple devices to render Thai script
- Example (res/font/thonburi.ttf) then in layout:
android:fontFamily="@font/thonburi"
Because Thonburi is not a default Android font, you must first obtain the font file in a compatible format (usually Search for the file : Look for "Thonburi.ttf" on reputable font repositories.
Warning: Incorrectly replacing system fonts can cause boot loops. Always keep a backup and have a custom recovery (TWRP) ready to restore.