Support » Plugin: Code Syntax Block » Font ligatures

  • Resolved khiemle

    (@khiemle)


    The first time i installed this plugin, font ligature seem to work very well. But when i check it after a few day, font ligatures not work, every thing like ‘->’ doesn’t turn to an arrow…

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Marcus Kazmierczak

    (@mkaz)

    I dislike font ligatures greatly, but it should have nothing to do with this plugin. If you set the code/monospace font to be one that supports ligatures it should work the same.

    You will want to set the CSS to target the following, you’ll need to load the proper font properly.

    code[class*="language-"],
    pre[class*="language-"] {
      font-family: YOUR-FONT;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Font ligatures’ is closed to new replies.