diff options
Diffstat (limited to 'components/ThemedText.tsx')
-rw-r--r-- | components/ThemedText.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/ThemedText.tsx b/components/ThemedText.tsx index 636a039..69f66a6 100644 --- a/components/ThemedText.tsx +++ b/components/ThemedText.tsx @@ -47,7 +47,7 @@ const styles = StyleSheet.create({ fontSize: 32, fontWeight: 'bold', textAlign: 'center', - fontFamily: 'SpaceMono', + fontFamily: 'Lato', }, subtitle: { fontSize: 20, |