SitePoint Forums | Web Development & Design Community2 weeks agoTypographyCannot get font-size smaller than 14pxBrowser settings or CSS may enforce a minimum font size, causing the issue you're facing. [ more ]
CSS-Tricks2 months agoTypographyFont-size Limbo | CSS-TricksConsider font-size adjustments carefully based on user experience and feedback. [ more ]
Creative Bloq8 months agoGraphic designYes, Tesla really just recalled all of its cars over a fontTesla has recalled all of its vehicles due to a font size issue with the brake system warnings. The recall is being conducted through an over-the-air update. [ more ]
WalterStephanie11 months agoTotally remdom, or How browsers zoom text (5min) Some OS and browser will resize text in px too, but, not all, so keep using relative units (rems). Still, interesting tests by Manuel MatuzoviÄhttps://t.co/HIV9udc4je#CSS #Typography #Accessibilityhttps://t.co/HIV9udc4jeManuel Matuzovic11 months agoWeb designTotally remdom, or How browsers zoom text - Manuel MatuzovicThe font size of elements using rem units will increase with the default font size in the browser, unlike elements using px units. Safari and Chrome on Android treat px and rem-based values equally when zooming the page or text. Using rem units is recommended for mobile browsers as it respects user preferences and allows for scaling with the default font size. [ more ]
Manuel Matuzovic11 months agoWeb designTotally remdom, or How browsers zoom text - Manuel MatuzovicThe font size of elements using rem units will increase with the default font size in the browser, unlike elements using px units. Safari and Chrome on Android treat px and rem-based values equally when zooming the page or text. Using rem units is recommended for mobile browsers as it respects user preferences and allows for scaling with the default font size. [ more ]