diff --git a/pages/linux/fc-cache.md b/pages/linux/fc-cache.md new file mode 100644 index 0000000000..47e8592aa2 --- /dev/null +++ b/pages/linux/fc-cache.md @@ -0,0 +1,15 @@ +# fc-cache + +> Scan font directories in order to build font cache files. + +- Generate font cache files: + +`fc-cache` + +- Force a rebuild of all font cache files, without checking if cache is up-to-date: + +`fc-cache -f` + +- Erase font cache files, then generate new font cache files: + +`fc-cache -r`