Update README.md

This commit is contained in:
Weetile 2023-10-03 00:58:09 +01:00 committed by GitHub
parent fdb2c4444c
commit dc999c8666
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,9 +117,9 @@ export SHELL=/bin/zsh
exec /bin/zsh -l
```
### Adding new fonts on NoMachine
To add new fonts, for example for use on Visual Studio Code or Eclipse, you'll need to add the font (.ttf or .otf) to your `~/.local/share/fonts` directory. Then, run this command to refresh your font cache:
To add new fonts, for example for use on Visual Studio Code or Eclipse, you'll need to add the font (.ttf or .otf) to your `~/.local/share/fonts` directory. You can use the `fc-cache` command to scan the font directories on the system and build font information cache files for applications using `fontconfig` for their font handling. Thus, run this command:
```
fc-cache -f -v
fc-cache -fv
```
Restart the application and you should be good to go!
### Accessing the filesystem through Dolphin