So I have a bunch of text styles with Inter
base font. I wanted to change the font throughout all of the styles, but something weird happened.
Here’s a text layer with the style:
Now, when I change the font of it (to Cairo from Adobe Fonts), the baseline gets totally messed up:
The thing that fixes it is switching the Vertical trim
setting to cap height to baseline
and back to standard
again
Here’s a link to a figma file with the bug: https://www.figma.com/file/rkD23BW8VLc9hzPAAVElmy/vertical-trim-bug?type=design&node-id=1%3A2&t=cYBDBN84OX8fKbik-1
Styles of both layers are exactly the same, but after changing the font on the second one - it gets broken.
Any ideas what’s the issue here?