We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2278705 commit b02d7a0Copy full SHA for b02d7a0
app/src/utils/fonts.ts
@@ -6,4 +6,5 @@ import { Platform } from 'react-native';
6
7
export const advercase = 'Advercase-Regular';
8
export const dinot = 'DINOT-Medium';
9
-export const plexMono = Platform.OS === 'ios' ? 'IBM Plex Mono' : 'IBMPlexMono-Regular';
+export const plexMono =
10
+ Platform.OS === 'ios' ? 'IBM Plex Mono' : 'IBMPlexMono-Regular';
0 commit comments