kiliman / operator-mono-lig

Add ligatures to Operator Mono similar to Fira Code
MIT License
3.2k stars 202 forks source link

Are slashes supposed to look like this in HTML? #113

Closed CWSpear closed 4 years ago

CWSpear commented 4 years ago

I just want to make sure I'm not doing something wrong, cuz these slashes look "broken" and it's rather bugging me... sorry to make such a trivial issue, but I wanted to make sure I didn't do something wrong:

Weird Slashes

If they are supposed to look that way... is there some way to get them to not to look like that in HTML next to an angle bracket?

kiliman commented 4 years ago

Yes, those are new ligatures.

You can turn those off by adding the file (profiles.ini) in your ./original folder and re-building.

[default]
!less_slash.liga
!slash_greater.liga

This prevents these ligatures from being added to the font.

See the section on Customizing the generated font in the README file for more info.

CWSpear commented 4 years ago

Wow, awesome! Thank you so much!