diff options
Diffstat (limited to 'src/view/com/post-thread/PostThreadItem.tsx')
-rw-r--r-- | src/view/com/post-thread/PostThreadItem.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/post-thread/PostThreadItem.tsx b/src/view/com/post-thread/PostThreadItem.tsx index d08ca3e4a..fcfaba9d4 100644 --- a/src/view/com/post-thread/PostThreadItem.tsx +++ b/src/view/com/post-thread/PostThreadItem.tsx @@ -356,7 +356,7 @@ const styles = StyleSheet.create({ maxWidth: 240, }, postText: { - fontFamily: 'Helvetica Neue', + fontFamily: 'System', fontSize: 16, lineHeight: 20.8, // 1.3 of 16px }, |