diff --git a/README.md b/README.md index 5ae5363..c1340f7 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,29 @@ This project will generate new OpenType fonts for [Operator Mono](https://www.typography.com/fonts/operator/styles/) that includes ligatures similar to those found in the popular [Fira Code](https://github.com/tonsky/FiraCode) font. -These ligatures were custom created using [FontForge](http://fontforge.github.io/en-US/). +These ligatures were custom created using [Glyphs](https://glyphsapp.com/). There are even italic versions of the ligatures. - +I have updated the following fonts: - +## ScreenSmart versions +* Operator Mono SSm Book +* Operator Mono SSm Book Italic +* Operator Mono SSm Medium +* Operator Mono SSm Medium Italic + +## Regular versions +* Operator Mono Medium +* Operator Mono Medium Italic + +**Operator Mono SSm Book** + + +**Operator Mono SSm Medium** + + +**Creating ligatures using Glyphs** + >NOTE: Because *Operator Mono* is not a free font, you must have the original font files. This utility will merge the ligature definitions into a copy of the original font. The new font family is named *Operator Mono Lig* so you can install it side-by-side with the original font. diff --git a/images/glyphs-screenshot.png b/images/glyphs-screenshot.png new file mode 100644 index 0000000..4b957a9 Binary files /dev/null and b/images/glyphs-screenshot.png differ diff --git a/images/operator-mono-ssm-book.png b/images/operator-mono-ssm-book.png new file mode 100644 index 0000000..f20d286 Binary files /dev/null and b/images/operator-mono-ssm-book.png differ diff --git a/images/operator-mono-ssm-medium.png b/images/operator-mono-ssm-medium.png new file mode 100644 index 0000000..34e0678 Binary files /dev/null and b/images/operator-mono-ssm-medium.png differ