I had implemented responsive font-size using min(4vw, 32px)
which was working fine until a recent update. Now the font-size seems to be the default provided by Anki, and is not responsive. Using 4vw or 32px on their own both work, but any attempt to use min, max or clamp seems to be broken.