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
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,6 @@ There is also a script that automates the deletion of all Monaspace fonts from `
51
51
$ cd util
52
52
$ bash ./install_macos.sh
53
53
```
54
-
55
54
You can also use [homebrew](https://brew.sh/) as an alternative:
56
55
57
56
```bash
@@ -62,6 +61,16 @@ brew install font-monaspace
62
61
### Windows
63
62
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.
64
63
64
+
### Linux
65
+
You can manually drag the fonts from the `fonts/otf` and `fonts/variable` directory into `~/.local/share/fonts`.
66
+
67
+
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:
68
+
69
+
```bash
70
+
$ cd util
71
+
$ bash ./install_linux.sh
72
+
```
73
+
65
74
### Webfonts
66
75
67
76
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 add them to your web development project.
0 commit comments