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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,12 @@ There is also a script which automates the deletion of all Monaspace fonts from
51
51
$ bash ./util/install_macos.sh
52
52
```
53
53
54
+
You can also use [homebrew](https://brew.sh/) as an alternative:
55
+
56
+
```bash
57
+
brew install --cask font-monaspace
58
+
```
59
+
54
60
### Webfonts
55
61
56
62
All files with a `.woff` or `.woff2` suffix are intended for use on the web. You do not install them with your operating system, but rather add them to your web development project.
0 commit comments