DownloadableFonts
UI
com.example.android.downloadablefonts
PUBLISHED
UI
Android
Java
Mobile
INTERMEDIATE
screenshots/icon-web.png
screenshots/screenshot-1.png
android.provider.FontRequest
android.support.v4.provider.FontRequest
android.provider.FontsContractCompat
android.support.v4.provider.FontsContractCompat
```
By defining the requested font in an XML file and putting the `preloaded_fonts` array and the
meta-data tag in the AndroidManifest, you can avoid the delay until the font is downloaded by the
first attempt.
```xml
- @font/lobster_two
```
```xml
...
...
```
[1]: https://developer.android.com/reference/android/support/v4/provider/FontRequest.html
[2]: https://developer.android.com/reference/android/support/v4/provider/FontsContractCompat.html
]]>