Add links and fix typo

This commit is contained in:
kiliman
2017-08-13 19:39:54 -04:00
parent a07d288e3f
commit 6167d5faf8
+4 -4
View File
@@ -1,13 +1,13 @@
# Operator Mono Ligatures
This project will generate new OpenType fonts for *Operator Mono* that includes ligatures similar to
those found in the popular Fira Code font.
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.
<img src="./images/sample.js.png" />
<img src="./images/sample.html.png" />
NOTE: Because *Operator Mono* is not a free font, you must have the original font files. This utility
>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.
## Prerequisites
@@ -35,7 +35,7 @@ From the command line, run:
build
```
This will generate the new font files int the `build` folder. You can now install these fonts on your system.
This will generate the new font files in the `build` folder. You can now install these fonts on your system.