Pattern: Unreadable font size
Issue: -
Disallows font sizes less than 15px (or 11.25pt).
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;
}