tldr/pages/common/fc-list.md

17 lines
337 B
Markdown
Raw Normal View History

# 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:
2016-09-28 14:33:59 +01:00
`fc-list | grep '{{DejaVu Serif}}'`
- Return the number of installed fonts in your system:
`fc-list | wc -l`