From 126e967836155e056776fcd548a4b0b0e9e29d9a Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Sun, 8 Sep 2024 12:22:14 +0200 Subject: Use Lato font --- components/ThemedText.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components') 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, -- cgit v1.2.3-18-g5258