Change the font used in the entire appto PFBeauSansPro.
This commit is contained in:
parent
397515fea9
commit
96fc421a99
4 changed files with 10 additions and 0 deletions
8
app/src/main/res/font/p_f_beau_sans_pro.xml
Normal file
8
app/src/main/res/font/p_f_beau_sans_pro.xml
Normal 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>
|
BIN
app/src/main/res/font/p_f_beau_sans_pro_italic.ttf
Normal file
BIN
app/src/main/res/font/p_f_beau_sans_pro_italic.ttf
Normal file
Binary file not shown.
BIN
app/src/main/res/font/p_f_beau_sans_pro_reg.ttf
Normal file
BIN
app/src/main/res/font/p_f_beau_sans_pro_reg.ttf
Normal file
Binary file not shown.
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue