
When implementing the result in CSS, you might find this technique valuable. Take your app, use it yourself, test it with real people in real circumstances and evaluate the feedback.
#Anki app accessibility large font tv#
On the other end of the spectrum a TV screen with 90dpi, that might sit across the hallway, certainly needs something more close to 18px or higher.Īt the end of the day, the answer is: It depends. Ensure that there is sufficient space for large and foreign language fonts.
#Anki app accessibility large font android#
To enable system font size in an Android app, mark text and their associated containers to be measured in scalable pixels (sp). Rule of thumb: The closer the device will probably be and the higher the pixel density the smaller should the font be.Ī book-like device with a theoretical 300 dpi held closely might actually ask for fonts as small as 10px or 11px. Mobile devices and browsers include features to allow users to adjust their font size system-wide. One basic rule controlling that is the x-height of the font, but there are other factors, too.ĭevice: The main factors are: At what distance is the user viewing the device, and what is it's pixel density. Font Awesome is fantastic to work with on the desktop, especially with all-new ligatures.
Your minimum font size should be 12 pixels anything smaller and users will be squinting. To preserve readability, a UA applying these guidelines should nevertheless avoid creating font-size resulting in less than 9 pixels per EM unit on a computer display.ġ2 pixels, according to this article from "think with Google" on Mobile. The unofficial subreddit for the flashcard app Anki. W3Recommendation on font-size has a note that says (emphasis mine):
