Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The static fonts have one file per cut, per family. The variable axes have named

## Texture Healing

Monaspace pioneered the technique of "texture healing" for monospaced fonts:
Monaspace pioneered the technique of "texture healing" for monospaced fonts:

![Texture Healing Example](<docs/images/ReadmeTextureHealing.png>)

Expand Down Expand Up @@ -63,7 +63,7 @@ There are ten groups of coding ligatures, separated into stylistic sets. You may
* `ss01`: ligatures related to the equals glyph like `!=` and `===`.
* `ss02`: ligatures for greater/less or equal (`<=`, `>=`).
* `ss03`: ligatures related to arrows like `->` and `~>`.
* `ss04`: ligatures related to markup, like `</` and `/>`.
* `ss04`: ligatures related to markup, like `</` and `/>`.
* `ss05`: ligatures related to the F# programming language, like `|>`.
* `ss06`: ligatures related to repeated uses of `#`, `+`, and `&`.
* `ss07`: ligatures related to colons like `::` or `=:=`.
Expand Down Expand Up @@ -118,7 +118,7 @@ Font caching on operating systems is an inscrutable mess dating back thirty year
- First delete the old fonts…
- Then install the new fonts…
- Then restart applications that use the fonts…
- … and maybe restart your entire computer.
- … and maybe restart your entire computer.

Restarting is usually the only way to be 100% sure that the underlying machinery in the operating system picks up the new fonts.

Expand Down