I'm trying to use "Pacifico" (https://fonts.google.com/specimen/Pacifico) and this font as really strange behaviour.
When placed at the middle of a word, the W (or N) has not the same style than at the end of the word. This is the example of the behaviour.
I have the same issue with :
It looks like the renderer makes a link between the two characters. I don't have this weird behaviour in Adobe Indesign, but seems like only in Chrome.
Is there a way to get a "w" in CSS at this end that looks like the w in why ?
That aspect of font rendering can be controlled via
font-variant-ligatures
.E.g.
font-variant-ligatures: none;