kiliman / operator-mono-lig

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

Fix font weight/style metadata #186

Closed tweks closed 5 months ago

tweks commented 5 months ago

This fixes a bug that Bold is interpreted as a standard font style (instead of Book) by some applications and operating systems.

This sets correct values to following metadata:

kiliman commented 5 months ago

Thanks. I noticed that it started rendering the bold versions in the browser after a recent update in macOS. My brute-force hack was to simply remove all the weights except for Book (since I don't use bold, etc).

tweks commented 5 months ago

Thanks for quick review. Happy to contribute!