kiliman / operator-mono-lig

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

Add period_period_period ligature #135

Closed amitkparekh closed 4 years ago

amitkparekh commented 4 years ago

Addesses #106, #84.

Weights:


Should I only be committing the new glyph files instead of everything? I couldn't find any details on this.

Edit: Reviewing the commits in the folder shows that I should only be committing the changed/new files. I'll close this and make a new PR for it.

kiliman commented 4 years ago

It's not really feasible to commit just changed ligatures. The problem is that when Glyphs generates the outlines, it uses shared subroutines. Apparently these may change as you add/update existing glyphs. Therefore, the generated outlines are totally different despite not being changed.

Just commit everything that is generated by the extract.js function, otherwise it will probably break on a clean pull.