Create font folder in res folder and copy a font file, for example my_font.ttf. Then use without file extention:
font
res
my_font.ttf
android:fontFamily="@font/my_font"