Skip to content

Commit

Permalink
Update account item font and remove unused fonts (#3997)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-livefront authored Sep 30, 2024
1 parent 1e9583b commit b7c48c2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ fun BitwardenAccountActionItem(
style = TextStyle(
fontSize = 11.dp.toUnscaledTextUnit(),
lineHeight = 13.dp.toUnscaledTextUnit(),
fontFamily = FontFamily(Font(R.font.sf_pro)),
fontWeight = FontWeight.W400,
fontFamily = FontFamily(Font(R.font.dm_sans_bold)),
fontWeight = FontWeight.W600,
),
color = color.toSafeOverlayColor(),
)
Expand Down
Binary file removed app/src/main/res/font/roboto_medium.ttf
Binary file not shown.
Binary file removed app/src/main/res/font/roboto_regular.ttf
Binary file not shown.
Binary file removed app/src/main/res/font/sf_pro.ttf
Binary file not shown.

0 comments on commit b7c48c2

Please sign in to comment.