diff options
author | cyBerta <cyberta@riseup.net> | 2021-11-19 14:26:43 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2021-11-19 14:47:02 +0100 |
commit | 948bc99196a05efa33072f0cc6776b81165ed06a (patch) | |
tree | cac25d6907642385bbd4d4ad1135d3292081ff03 /app/src/main/res/values/themes.xml | |
parent | ca00d7454ad412bc3cf54159a87caa0ffb349502 (diff) |
use custom font for some languages
Diffstat (limited to 'app/src/main/res/values/themes.xml')
-rw-r--r-- | app/src/main/res/values/themes.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml index ab489fc6..e54feaff 100644 --- a/app/src/main/res/values/themes.xml +++ b/app/src/main/res/values/themes.xml @@ -3,9 +3,9 @@ <style name="BitmaskTheme" parent="Theme.AppCompat.Light.NoActionBar"> <item name="colorPrimary">@color/colorPrimary</item> <item name="colorPrimaryDark">@color/colorPrimaryDark</item> + <item name="android:fontFamily">@font/sofiapro_regular</item> <item name="textColorError">@color/colorError</item> - <!-- progressBar color --> <item name="colorAccent">@color/colorPrimary</item> |