font-size-is-readable Disallow font sizes less than 15px (or 11.25pt). Sources: MDN Marvel Options true The following pattern are considered violations: .foo { font-size: 10px; } The following patterns are not considered violations: .foo { font-size: 15px; } .foo { font-size: 1em; }