Turning off ligatures

Home Forums Use Any Fonts Turning off ligatures

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #315343
    Sara
    Guest

    Any tricks to turn off ligatures for my font once it’s in use? I tried adding CSS directly, that didn’t seem to work.

    Thank you!

    #315549
    Dinesh
    Keymaster

    Hi Sara,

    Couldn’t understand what ligature means. Can you please explain it for me with snapshot ?

    Thanks

    #315677
    Sara
    Guest

    Sure! Ligatures are the little connections between some letters. It is typically a setting in fonts – you can typically turn them on and off. For instance, in CSS it’s typically:

    * {
    font-variant-ligatures: none;
    }

    Here’s a picture:

    Ligature example

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Turning off ligatures’ is closed to new replies.