Post B5LoXWNMjIfBOuhbvs by cwilcox808@c.im
 (DIR) More posts by cwilcox808@c.im
 (DIR) Post #B5LZtxt1cyvtmXkrgW by MoritzGlantz@mastodon.social
       0 likes, 0 repeats
       
       I have been asked about minimum font-size requirements for accessibility in the past. I did not find a definitive answer. But EN 301549 has one.https://accessible.canada.ca/creating-accessibility-standards/canasc-en-301-5492024-accessibility-requirements-ict-products-and-services?mode=full-html#s5.1.4#a11y #Accessibility
       
 (DIR) Post #B5LoXWNMjIfBOuhbvs by cwilcox808@c.im
       0 likes, 0 repeats
       
       @MoritzGlantz U.S.'s Section 508 has one(s) too, at least when the display is a part of the product (ICT).Both Section 508 and EN 301 549 only require minimums when the user can't increase the size of the text.Millimeters is also not the most useful unit of measure for digital designers, since physical pixel densities vary widely and CSS pixels will also have some variance. I guess it could be included as a minimum: `font-size: max(4.8mm, 1rem);`I did look at a box sized in `mm` units on my external monitor and phone and it was perceptually about the same size when viewed from typical distances for those display types.https://www.section508.gov/develop/fonts-typography/