Skip to content

Commit 1736514

Browse files
committed
chore(theme/type): pull medium from avenir_next
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
1 parent 27ae85b commit 1736514

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)