So I\'d like to change the android:fontFamily
in Android but I don\'t see any pre-defined fonts in Android. How do I select one of the pre-defined ones? I don\'
You can also do this by adding a font folder under the res directory like below.
Then, selecting Font as the resource type.
You can find avaliable fonts from https://www.1001fonts.com/, and then extracting the TTF files to this font directory.
Finally, just change the XML file that contains your textview by adding android:fontFamily:"@font/urfontfilename"