The spec currently says “If the 'font-min-size' property is computed to be larger than the 'font-max-size' property, then the two properties are ignored.”
Ignoring both isn't very user friendly. In case of conflict elsewhere, CSS uses the min, so that's what we should do here.