You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Letters on a grid is how we see our code. Why not make those letters better?
13
13
14
14
## Overview
15
15
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:
17
17
18
18
-`Monaspace _____`: the static family.
19
19
-`Monaspace _____ Var` or `VF`: the variable family
@@ -68,6 +68,7 @@ There are eight groups of coding ligatures, separated into stylistic sets. You m
68
68
*`ss07`: ligatures related to colons like `::` or `=:=`.
69
69
*`ss08`: ligatures related to combinations of periods with other glyphs like `..=` or `.-`.
70
70
*`ss09`: ligatures related to combinations of the greater/less than and equals signs, like `<=>`,`>>`, and `=<<`.
71
+
*`ss10`: other tags, like `#[` and `#(`
71
72
72
73
👉 You can see an interactive display of all the ligatures [on the Monaspace website](http://monaspace.githubnext.com/#code-ligatures)
73
74
@@ -121,7 +122,7 @@ Font caching on operating systems is an inscrutable mess dating back thirty year
121
122
Restarting is usually the only way to be 100% sure that the underlying machinery in the operating system picks up the new fonts.
122
123
123
124
### 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.
125
126
126
127
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:
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.
140
141
141
142
### 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`.
143
144
144
145
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:
0 commit comments