Skip to content

Commit b02d7a0

Browse files
committed
fix font import
1 parent 2278705 commit b02d7a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/utils/fonts.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ import { Platform } from 'react-native';
66

77
export const advercase = 'Advercase-Regular';
88
export const dinot = 'DINOT-Medium';
9-
export const plexMono = Platform.OS === 'ios' ? 'IBM Plex Mono' : 'IBMPlexMono-Regular';
9+
export const plexMono =
10+
Platform.OS === 'ios' ? 'IBM Plex Mono' : 'IBMPlexMono-Regular';

0 commit comments

Comments
 (0)