larsenwork / monoid

Customisable coding font with alternates, ligatures and contextual positioning. Crazy crisp at 12px/9pt. http://larsenwork.com/monoid/
7.86k stars 170 forks source link

Changing the name of Oblique to Italic #75

Closed larsenwork closed 9 years ago

larsenwork commented 9 years ago

@chase Do I need to change anything in the build scripts for this to work?

(Unrelated but since we're talking about the script): How does this work https://github.com/larsenwork/monoid/blob/master/Scripts/fontbuilder.py#L199 - the fonts doesn't currently have a UniqueID?

larsenwork commented 9 years ago

Love the dragon btw...

chase commented 9 years ago

@larsenwork All you should have to do is change Oblique to Italic in circle.yml: https://github.com/larsenwork/monoid/blob/master/circle.yml#L35

Regarding the UniqueID SFNT table entry, that's something that is generated by FontForge automatically. All I'm doing is appending the variation name to it. Don't worry about it, it probably doesn't affect anything.

larsenwork commented 9 years ago

Cheers, why is it retina isn't on that list?

chase commented 9 years ago

That's only for fonts used on GitHub pages.

larsenwork commented 9 years ago

:+1: changing it for next update

larsenwork commented 9 years ago

done