diff --git a/pages/linux/fc-list.md b/pages/linux/fc-list.md new file mode 100644 index 0000000000..42ae305199 --- /dev/null +++ b/pages/linux/fc-list.md @@ -0,0 +1,7 @@ +# fc-list + +> List available fonts installed on the system. + +- Return a list of installed fonts with given name: + +`fc-list | grep '{{Font Name}}'`