Skip to content

Commit 260b549

Browse files
authored
Merge pull request #537 from code-payments/chore/update-avenir
chore(theme/type): pull medium from avenir_next
2 parents 27ae85b + 1736514 commit 260b549

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

common/theme/src/main/kotlin/com/getcode/theme/Type.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ private val Avenir = FontFamily(
1717
Font(R.font.avenir_next_regular, FontWeight.ExtraLight),
1818
Font(R.font.avenir_next_regular, FontWeight.Light),
1919
Font(R.font.avenir_next_regular, FontWeight.Normal),
20-
Font(R.font.avenir_next_medium, FontWeight.Medium),
20+
Font(R.font.avenir_next_demi, FontWeight.Medium),
2121
Font(R.font.avenir_next_demi, FontWeight.SemiBold),
2222
Font(R.font.avenir_next_demi, FontWeight.Bold),
2323
Font(R.font.avenir_next_demi, FontWeight.ExtraBold),
-12 KB
Binary file not shown.

0 commit comments

Comments
 (0)