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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,8 @@ Frequently asked questions are answered in our [FAQ](FAQ.md).
54
54
1. Download the [latest version of Hack][ttf_latest].
55
55
2. Extract the files from the archive (`.zip`).
56
56
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`).
57
-
4. Clear and regenerate your font cache and indexes with the following set of commands:
57
+
4. Copy the font configuration file in `config/fontconfig/` to either the system font configuration folder (often `/etc/fonts/conf.d/`) or the font user folder (often `~/.config/fontconfig/conf.d`)
58
+
5. Clear and regenerate your font cache and indexes with the following command:
58
59
59
60
```
60
61
$ fc-cache -f -v
@@ -223,4 +224,3 @@ See [LICENSE.md](https://github.com/source-foundry/Hack/blob/master/LICENSE.md)
223
224
<!-- Link to the latest release archive for README.md file -->
0 commit comments