On Mon, Jan 30, 2017 at 1:52 PM, Ethan McKinney <xxxxxx@gmail.com> wrote:
Don't specify font sizes in pixels. (Seriously, 12px font on a 326 ppi screen? That makes each character 0.037" tall, or 27 lines of text per vertical inch, exclung leading.)

CSS pixels and physical device pixels are not the same thing - that hasn't been the case since the 1990s. The CSS px unit is defined as 1/96th inch regardless of physical display characteristics, so the only difference between specifying font sizes in px or pt or pc or in or cm (etc) is a constant scaling factor.

https://www.w3.org/TR/css3-values/#absolute-lengths