Skip to content

Written by

Sarah Hibner

Finally fixed my Google Fonts ligature issue, one that seems to be common in Chrome. Turns out it was two different issues. First, my CSS reset was interfering with my ligatures because of the following CSS declaration: text-rendering: optimizeSpeed;. Despite this fix working locally, ligatures still didn’t work after deployment in Chrome. Secondly, I didn’t realize there are unicode characters for various common typographic ligatures, e.g. ‘fiso I just used that instead.

Previous article

No title

Next article

No title