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-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,15 +48,21 @@ Frequently asked questions are answered in our [FAQ](FAQ.md).
48
48
49
49
1. Download the [latest version of Hack][ttf_latest].
50
50
2. Extract the files from the archive (`.zip`).
51
-
3. Copy the font files to either your system font folder (often `/usr/share/fonts/`) or user font folder (often `~/.local/share/fonts/`).
51
+
3. Copy the font files to either your system font folder (often `/usr/share/fonts/`) or user font folder (often `~/.local/share/fonts/` or `/usr/local/share/fonts`).
52
52
4. Clear and regenerate your font cache and indexes with the following set of commands:
53
53
54
54
```
55
-
$ fc-cache
56
-
$ mkfontscale <install_path>
57
-
$ mkfontdir <install_path>
55
+
$ fc-cache -f -v
58
56
```
59
57
58
+
You can confirm that the fonts are installed with the following command:
59
+
60
+
```
61
+
$ fc-list | grep "Hack"
62
+
```
63
+
64
+
Some Linux users may find that font rendering is improved on their distro with [these instructions](https://wiki.manjaro.org/index.php?title=Improve_Font_Rendering).
65
+
60
66
### macOS
61
67
62
68
1. Download the [latest version of Hack][ttf_latest].
0 commit comments