Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Use Alegreya:900 for the about cutout. Use blocking fetch on both Ale…
…greya fonts.
- Loading branch information
Showing
with
12 additions
and 2 deletions.
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<font-family xmlns:app="http://schemas.android.com/apk/res-auto" | ||
app:fontProviderAuthority="com.google.android.gms.fonts" | ||
app:fontProviderPackage="com.google.android.gms" | ||
app:fontProviderQuery="name=Alegreya&weight=900" | ||
app:fontProviderCerts="@array/com_google_android_gms_fonts_certs" | ||
app:fontProviderFetchStrategy="blocking"> | ||
</font-family> |