Skip to content

Commit 2dc1180

Browse files
committed
Tweaks
1 parent ca42d97 commit 2dc1180

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ Monaspace is available as a variable-axis font and a static build. You can insta
2020

2121
The variable fonts have one file per family (Neon, Argon, etc.). Modern and convenient!
2222

23-
The static fonts have one file per cut, per family. The variable axes have named stops for each axe, like `light` or `bold` for weight, `italic` for italics, and `semiwide` or `wide` for width. The combinatorial explosion of all these properties means the complete installation of static fonts involves hundreds of font files. But for situations that don't yet support variable fonts, the static builds give you a wide variety of stops throughout the range of each axis.
23+
The static fonts have one file per cut, per family. The variable axes have named stops for each axis, like `light` or `bold` for weight, `italic` for italics, and `semiwide` or `wide` for width. The combinatorial explosion of all these properties means the complete installation of static fonts involves hundreds of font files. But for situations that don't yet support variable fonts, the static builds give you a wide variety of stops throughout the range of each axis.
2424

2525
## Coding Ligatures
2626

2727
There are eight groups of coding ligatures, separated into stylistic sets. You may be able to enable or disable individual sets selectively:
2828

29-
* `ss01`: ligatures related to the equals' glyph like `!=` and `===`.
29+
* `ss01`: ligatures related to the equals glyph like `!=` and `===`.
3030
* `ss02`: ligatures related to the greater than or less than operators.
3131
* `ss03`: ligatures related to arrows like `->` and `=>`.
3232
* `ss04`: ligatures related to markup, like `</` and `/>`.

0 commit comments

Comments
 (0)