Font-size: A A A
This is the less than or equal operator and returns true if the first operand is less than or equal to the second.
a <= 2 a <= 3 a <= b
These examples all return true.