File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -14,5 +14,8 @@ cp ./fonts/otf/* ~/.local/share/fonts/Monaspace/
1414# copy variable fonts from ./variable to ~/.local/share/fonts
1515cp ./fonts/variable/* ~ /.local/share/fonts/Monaspace/
1616
17+ # copy frozen fonts from ./frozen to ~/.local/share/fonts
18+ cp ./fonts/frozen/* ~ /.local/share/fonts/Monaspace/
19+
1720# Build font information caches
1821fc-cache -f
Original file line number Diff line number Diff line change 33# remove all fonts from ~/Library/Fonts that start with "Monaspace"
44rm -rf ~ /Library/Fonts/Monaspace*
55
6- # copy all fonts from ./otf to ~/Library/Fonts
6+ # copy static fonts from ./otf to ~/Library/Fonts
77cp ./fonts/otf/* ~ /Library/Fonts
88
99# copy variable fonts from ./variable to ~/Library/Fonts
10- cp ./fonts/variable/* ~ /Library/Fonts
10+ cp ./fonts/variable/* ~ /Library/Fonts
11+
12+ # copy frozen fonts from ./frozen to ~/Library/Fonts
13+ cp ./fonts/frozen/* ~ /Library/Fonts
You can’t perform that action at this time.
0 commit comments