commands.sh

fc-list

all

List available fonts installed on the system.

More info →

Options (1)

-l, --linesboolean

Return the number of installed fonts

Example: fc-list | wc {{[-l|--lines]}}

Examples (5)

Return a list of installed fonts

Return a list of installed fonts with given name

fc-list | grep 'DejaVu Serif'

Return the number of installed fonts

fc-list | wc [-l|--lines]

Return a list of installed fonts that support the language based on its locale code

fc-list :lang=jp

Return a list of installed fonts that contain the glyph specified by its Unicode code-point

fc-list :charset=f303
made by @shridhargupta | data from tldr-pages