diff --git a/pages/linux/fc-list.md b/pages/linux/fc-list.md index c3dc233fa6..d0e38f14aa 100644 --- a/pages/linux/fc-list.md +++ b/pages/linux/fc-list.md @@ -2,6 +2,14 @@ > List available fonts installed on the system. +- Return a list of installed fonts in your system: + +`fc-list` + - Return a list of installed fonts with given name: `fc-list | grep '{{DejaVu Serif}}'` + +- Return the number of installed fonts in your system: + +`fc-list | wc -l`