From 24a418b23961e006bc25209af9c3d4b19794eb90 Mon Sep 17 00:00:00 2001 From: Saketh <83284398+sakethpathike@users.noreply.github.com> Date: Mon, 23 Sep 2024 17:34:35 +0530 Subject: [PATCH] remove `playwriteittrad` from `poppinsFontFamily` #18 --- app/src/main/java/com/sakethh/linkora/ui/theme/Type.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/src/main/java/com/sakethh/linkora/ui/theme/Type.kt b/app/src/main/java/com/sakethh/linkora/ui/theme/Type.kt index baf3e69b..169cdbf0 100644 --- a/app/src/main/java/com/sakethh/linkora/ui/theme/Type.kt +++ b/app/src/main/java/com/sakethh/linkora/ui/theme/Type.kt @@ -10,8 +10,7 @@ import com.sakethh.linkora.R val poppinsFontFamily = FontFamily( Font(R.font.semibold, weight = FontWeight.SemiBold), Font(R.font.medium, weight = FontWeight.Medium), - Font(R.font.regular, weight = FontWeight.Normal), - Font(R.font.playwriteittrad, weight = FontWeight.Normal) + Font(R.font.regular, weight = FontWeight.Normal) ) val playWriteITTradFontFamily = FontFamily(