1
1
mirror of https://github.com/tonsky/FiraCode.git synced 2024-07-04 16:06:26 +03:00

fix: use current standard path for user fonts

Sander Maijers 2016-05-02 13:04:17 +02:00
parent 8f92506237
commit 95c599185a

@ -1,7 +1,7 @@
With most desktop-oriented distributions, double-clicking the font file should be enough. If it isnt (e.g. xubuntu), try this:
With most desktop-oriented distributions, double-clicking the font file should be enough. If it isnt (e.g., xubuntu), try this:
1. `mkdir ~/.fonts`
2. Put font files in that directory
1. `mkdir ~/.local/share/fonts`
2. Put font files in that directory.
3. `fc-cache -f`
[More details](https://github.com/tonsky/FiraCode/issues/4)