How to fix fi issue?

Hi,

How to fix tracking between f and i letters?

Thanks,

Hello @macarna

I was able to reproduce this behaviour in Sparkle as well, it happens only with certain fonts … like Lato, PT Sans and others.

17

For some reason the ligature “fi” is used and not the individual letters “f” and “i”.

I think @duncan will have to look into this. Thanks!

1 Like

For now I have solved by embed the following code.

<style>
body {font-variant-ligatures: no-common-ligatures;}
</style>
1 Like

@macarna
Clever! :+1:
Thank you for sharing this code … although I hope this will be fixed with a future update.

Hello,

there is one more simple possibility when single letters stand together, not ligature. Only changing the distance between f and i.

Thank you @Horst
It is easy if issue in a 1 word.
For paragraphs, ligature embed css code is very useful.

@macarna
Yes, really. So it is. Sometimes code is needed indeed. Your codes are working on some of my pages very well. Thank You for this. Would like to try some more of your good ideas.
Best greetings
Horst