I am new to iOS development. When I design the font used in my app's labels and textfields and textviews, I have two options and would like to hear your opinions regarding to good UX design practice:
- I can choose my preferred font and font size.
- I can stick to system type (which I think can change according to user settings). Then I only need to choose whether I want System type for text body, header, title 1, title 2, etc.
Please assume that the app is mainly a text reading app in which allowing users to clearly read a (not-so-long) paragraph of English is critical.
Thank you for your suggestions.