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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,13 @@ $ cd util
52
52
$ bash ./install_macos.sh
53
53
```
54
54
55
+
You can also use [homebrew](https://brew.sh/) as an alternative:
56
+
57
+
```bash
58
+
brew tap homebrew/cask-fonts
59
+
brew install font-monaspace
60
+
```
61
+
55
62
### Windows
56
63
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.
0 commit comments