Skip to content

Commit 207e107

Browse files
committed
Use ExpensifyNeue fonts
1 parent d4caadd commit 207e107

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ios/LiveActivity/GpsTripLiveActivity.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ struct GpsTripLiveActivity: Widget {
2222
HStack(alignment: .center) {
2323
VStack(alignment: .leading) {
2424
Text(context.state.lockScreenTrackingText)
25-
.font(.system(size: 15, weight: .medium))
25+
.font(.custom("ExpensifyNeue-Regular", size: 15))
2626
.foregroundColor(.brandGreen100)
2727
.kerning(-0.3)
2828
HStack(alignment: .bottom, spacing: 6) {
2929
Text(distanceString(distance: context.state.distance))
30-
.font(.system(size: 45, weight: .bold))
30+
.font(.custom("ExpensifyNeue-Bold", size: 45))
3131
.foregroundColor(.expensifyGreen)
3232
Text(context.state.distanceUnit)
33-
.font(.system(size: 25, weight: .medium))
33+
.font(.custom("ExpensifyNeue-Regular", size: 25))
3434
.foregroundColor(.brandGreen100)
3535
.padding(.bottom, 5)
3636
}

0 commit comments

Comments
 (0)