fc*: move to common (#6510)
This commit is contained in:
16
pages/common/fc-list.md
Normal file
16
pages/common/fc-list.md
Normal 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`
|
Reference in New Issue
Block a user