Change the font used in the entire appto PFBeauSansPro.

master
Severiano Jaramillo 2018-12-20 14:02:39 -06:00
parent 397515fea9
commit 96fc421a99
4 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<font-family xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<font android:fontStyle="normal" android:fontWeight="400" android:font="@font/p_f_beau_sans_pro_reg"
app:fontStyle="normal" app:fontWeight="400" app:font="@font/p_f_beau_sans_pro_reg"/>
<font android:fontStyle="italic" android:fontWeight="400" android:font="@font/p_f_beau_sans_pro_italic"
app:fontStyle="italic" app:fontWeight="400" app:font="@font/p_f_beau_sans_pro_italic" />
</font-family>

Binary file not shown.

Binary file not shown.

View File

@ -7,6 +7,7 @@
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
<!--Custom attributes -->
<item name="android:fontFamily">@font/p_f_beau_sans_pro</item>
<item name="themedColorBackgroundFloating">@android:color/white</item>
</style>
<style name="Theme.Bitsy.NoActionBar">
@ -22,6 +23,7 @@
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
<!--Custom attributes -->
<item name="android:fontFamily">@font/p_f_beau_sans_pro</item>
<item name="themedColorBackgroundFloating">@color/colorBackgroundFloating</item>
</style>
<style name="Theme.Bitsy.Dark.NoActionBar">