diff --git a/pages/linux/fc-list.md b/pages/linux/fc-list.md new file mode 100644 index 0000000000..c3dc233fa6 --- /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 '{{DejaVu Serif}}'` diff --git a/pages/linux/fc-match.md b/pages/linux/fc-match.md index aeb524e129..9af18eefba 100644 --- a/pages/linux/fc-match.md +++ b/pages/linux/fc-match.md @@ -4,4 +4,4 @@ - Return a sorted list of best matching fonts: -`fc-match -s '{{Font Name}}'` +`fc-match -s '{{DejaVu Serif}}'` diff --git a/pages/linux/fc-pattern.md b/pages/linux/fc-pattern.md index e2d2bf5d60..6be1779901 100644 --- a/pages/linux/fc-pattern.md +++ b/pages/linux/fc-pattern.md @@ -4,4 +4,4 @@ - Display default infomation about a font: -`fc-pattern -d '{{Font Name}}'` +`fc-pattern -d '{{DejaVu Serif}}'`