Skip to content

Commit 32064ac

Browse files
committed
More README updates
- clarify packaged formats - add ss10 - update manual install instructions to include frozen fonts
1 parent 8ea0689 commit 32064ac

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Letters on a grid is how we see our code. Why not make those letters better?
1313

1414
## Overview
1515

16-
Monaspace is available in three distinct variations. You can install them both side-by-side; their family names are distinct. For example:
16+
Monaspace is five interchangable type families, each of which is packaged into three distinct formats. You can install all of them side-by-side; their family names are distinct by family and format. For example:
1717

1818
- `Monaspace _____`: the static family.
1919
- `Monaspace _____ Var` or `VF`: the variable family
@@ -68,6 +68,7 @@ There are eight groups of coding ligatures, separated into stylistic sets. You m
6868
* `ss07`: ligatures related to colons like `::` or `=:=`.
6969
* `ss08`: ligatures related to combinations of periods with other glyphs like `..=` or `.-`.
7070
* `ss09`: ligatures related to combinations of the greater/less than and equals signs, like `<=>`,`>>`, and `=<<`.
71+
* `ss10`: other tags, like `#[` and `#(`
7172

7273
👉 You can see an interactive display of all the ligatures [on the Monaspace website](http://monaspace.githubnext.com/#code-ligatures)
7374

@@ -121,7 +122,7 @@ Font caching on operating systems is an inscrutable mess dating back thirty year
121122
Restarting is usually the only way to be 100% sure that the underlying machinery in the operating system picks up the new fonts.
122123

123124
### MacOS
124-
You can manually drag the fonts from the `fonts/otf` or `fonts/variable` directory into Font Book.
125+
You can manually drag the fonts from the `fonts/otf`, `fonts/variable`, and `fonts/frozen` directories into Font Book.
125126

126127
There is also a script that automates the deletion of all Monaspace fonts from `~/Library/Fonts` and then copies over the latest versions. Invoke it from the root of the repo like:
127128

@@ -136,10 +137,10 @@ brew install --cask font-monaspace
136137
```
137138

138139
### Windows
139-
You can manually drag the fonts from the `fonts/otf` or `fonts/variable` directory into `C:\Windows\Fonts`. Alternatively, right-click the fonts you want and click Install.
140+
You can manually drag the fonts from the `fonts/otf`, `fonts/variable`, and `fonts/frozen` directories into `C:\Windows\Fonts`. Alternatively, right-click the fonts you want and click Install.
140141

141142
### Linux
142-
You can manually drag the fonts from the `fonts/otf` and `fonts/variable` directory into `~/.local/share/fonts`.
143+
You can manually drag the fonts from the `fonts/otf`, `fonts/variable`, and `fonts/frozen` directories into `~/.local/share/fonts`.
143144

144145
There is also a script which automates the deletion of all Monaspace fonts from `~/.local/share/fonts` and then copies over the latest versions. Invoke it from the root of the repo like:
145146

0 commit comments

Comments
 (0)