From 6167d5faf85754ea9e4024142cb6fd489e7c5910 Mon Sep 17 00:00:00 2001 From: kiliman Date: Sun, 13 Aug 2017 19:39:54 -0400 Subject: [PATCH] Add links and fix typo --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2aa26fd..f1dbb42 100644 --- a/README.md +++ b/README.md @@ -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. -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.