I would love to implement fluid letter-spacing using the clamp function in CSS. But as i like my letter spacing tight, i would need to have three negative values in the formula and tried now for hours to figure this one out. Do I have to switch the min and max values, as they are negative?
letter-spacing: clamp(-1px, -1vw, -3px);
I need to have more space, the smaller the font gets, not in a linear way. Any idea on how this could be achieved would be most appreciated.