diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-09-08 12:22:14 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-09-08 12:22:14 +0200 |
commit | 126e967836155e056776fcd548a4b0b0e9e29d9a (patch) | |
tree | 23fdf28e86bab908299113e82c03ba43f2d95269 /components/ThemedText.tsx | |
parent | 63ecdd1f817fd09317695a4c07d411db7ab49bd6 (diff) |
Use Lato font
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, |