Bimba.git

commit b6f77aff78086720a391aa7381a404242f02470a

Author: Adam <git@apiote.xyz>

change font to proper yellowcirlce8

 app/src/main/res/values-night/themes.xml | 2 +-
 app/src/main/res/values/themes.xml | 2 +-


diff --git a/app/src/main/res/font/railway.otf b/app/src/main/res/font/railway.otf
deleted file mode 100644
index 5972a8aef6c14758d6edb4e828c19774b980b1ca..0000000000000000000000000000000000000000
Binary files a/app/src/main/res/font/railway.otf and /dev/null differ




diff --git a/app/src/main/res/font/yellowcircle8.otf b/app/src/main/res/font/yellowcircle8.otf
new file mode 100644
index 0000000000000000000000000000000000000000..d7fe02a6e3eb6c6c6eab115c4b1e60c0f36bb63a
Binary files /dev/null and b/app/src/main/res/font/yellowcircle8.otf differ




diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml
index 20db7647bca1ddb8c20b84ce74f662156fcc0910..25709369846ff777de7e4125525aaa5f972d6bfc 100644
--- a/app/src/main/res/values/themes.xml
+++ b/app/src/main/res/values/themes.xml
@@ -1,7 +1,7 @@
 <resources xmlns:tools="http://schemas.android.com/tools">
 
 	<style name="Theme.Bimba" parent="Theme.Material3.Light.NoActionBar">
-		<item name="android:fontFamily">@font/railway</item>
+		<item name="android:fontFamily">@font/yellowcircle8</item>
 		<item name="colorPrimary">@color/md_theme_light_primary</item>
 		<item name="colorOnPrimary">@color/md_theme_light_onPrimary</item>
 		<item name="colorPrimaryContainer">@color/md_theme_light_primaryContainer</item>




diff --git a/app/src/main/res/values-night/themes.xml b/app/src/main/res/values-night/themes.xml
index 3a2f3bed9f39d20105092b1978daa69342c10ea6..70b72709083414196241a0b63175b02d0b4e02ec 100644
--- a/app/src/main/res/values-night/themes.xml
+++ b/app/src/main/res/values-night/themes.xml
@@ -1,7 +1,7 @@
 <resources xmlns:tools="http://schemas.android.com/tools">
 
 	<style name="Theme.Bimba" parent="Theme.Material3.Dark.NoActionBar">
-		<item name="android:fontFamily">@font/railway</item>
+		<item name="android:fontFamily">@font/yellowcircle8</item>
 		<item name="colorPrimary">@color/md_theme_dark_primary</item>
 		<item name="colorOnPrimary">@color/md_theme_dark_onPrimary</item>
 		<item name="colorPrimaryContainer">@color/md_theme_dark_primaryContainer</item>