diff --git a/frontend/build.gradle b/frontend/build.gradle
index dcbdcb8a57b286e800b3064c72ac414f33487783..24a7d89c4819e45a94d3013a18d89cddceba6131 100644
--- a/frontend/build.gradle
+++ b/frontend/build.gradle
@@ -51,7 +51,6 @@ project(":desktop") {
         implementation "com.badlogicgames.gdx:gdx-freetype-platform:$gdxVersion:natives-desktop"
         api "com.badlogicgames.gdx:gdx-backend-lwjgl3:$gdxVersion"
         api "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop"
-        
     }
 }
 
@@ -73,7 +72,6 @@ project(":android") {
         natives "com.badlogicgames.gdx:gdx-freetype-platform:$gdxVersion:natives-arm64-v8a"
         natives "com.badlogicgames.gdx:gdx-freetype-platform:$gdxVersion:natives-x86"
         natives "com.badlogicgames.gdx:gdx-freetype-platform:$gdxVersion:natives-x86_64"
-
     }
 }
 
@@ -100,5 +98,8 @@ project(":core") {
     dependencies {
         api "com.badlogicgames.gdx:gdx:$gdxVersion"
         implementation "com.badlogicgames.gdx:gdx-freetype:$gdxVersion"
+
+        implementation 'com.github.raeleus.stripe:freetype:1.4.5'
+
     }
 }