diff options
Diffstat (limited to 'src/view/com/post/Post.tsx')
-rw-r--r-- | src/view/com/post/Post.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/post/Post.tsx b/src/view/com/post/Post.tsx index 736b40157..2996991e7 100644 --- a/src/view/com/post/Post.tsx +++ b/src/view/com/post/Post.tsx @@ -206,7 +206,7 @@ const styles = StyleSheet.create({ paddingBottom: 8, }, postText: { - fontFamily: 'Helvetica Neue', + fontFamily: 'System', fontSize: 16, lineHeight: 20.8, // 1.3 of 16px }, |