fc*: move to common (#6510)

This commit is contained in:
marchersimon
2021-09-13 15:25:39 +02:00
committed by GitHub
parent ac46610ce6
commit 7786008d9e
8 changed files with 0 additions and 0 deletions

16
pages/common/fc-list.md Normal file
View File

@@ -0,0 +1,16 @@
# fc-list
> List available fonts installed on the system.
> More information: <https://manned.org/fc-list>.
- 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`