Download font example
https://github.com/cadsondemak/prompt/tree/master/font
จัดเก็บใน
/res/font/promptmedium.ttf
ตัวอย่างการใช้งานใน TextView
<TextView
android:text="HELLO ฉันชื่อ boy"
android:fontFamily="@font/promptmedium"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="30sp"/>