Skip to content

Commit

Permalink
remove playwriteittrad from poppinsFontFamily #18
Browse files Browse the repository at this point in the history
  • Loading branch information
sakethpathike committed Sep 23, 2024
1 parent 2755921 commit 24a418b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/src/main/java/com/sakethh/linkora/ui/theme/Type.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 24a418b

Please sign in to comment.