Unable to use clamp() for font-size

Hi,

I am trying to use clamp() for responsive design. I would like to set a H1 element with custom css using clamp. I have unlinked the typography but when I add font-size: clamp(1.5rem, 2.5vw, 4rem); to my custom css I dont see anything happening.

I tried adding it as a string in the size field formula but that didnt work either. Any suggestions or tips on how I could implement this?

Thank you

Try it like this, it seems to work.

That worked. thank you