kiliman / operator-mono-lig

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

Which font variant is supported? #140

Closed kuntau closed 4 years ago

kuntau commented 4 years ago

From what I read in the readme the following variants are supported?

Operator Mono SSm Light/Light Italic
Operator Mono SSm Book/Book Italic
Operator Mono SSm Medium/Medium Italic
Operator Mono SSm Bold/Bold Italic
Operator Mono Light/Light Italic
Operator Mono Book/Book Italic

but when I run the build, it only outputs 4 variants

OperatorMonoLig-Book.otf
OperatorMonoLig-BookItalic.otf
OperatorMonoLig-Light.otf
OperatorMonoLig-LightItalic.otf

None of the SSm variants got builds. Did I miss something?

kiliman commented 4 years ago

What are the filenames in the ./original folder?

It should be OperatorMonoSSm-Book.otf, etc.

image

kuntau commented 4 years ago

Here my fonts in original folder

Screenshot 2020-05-11 at 10 21 40 PM

edit I see. I missed the mono after operator... let me try again

edit Yep... Renaming those fixed it. Maybe it should be stated in the readme the file name should be exactly the same.

Thank you and sorry

kiliman commented 4 years ago

It is in the README, but perhaps we need to make this more clear.

image