mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-03 21:35:40 +02:00
Adapted to new style
This commit is contained in:
parent
304d01d1c0
commit
66651b37a4
3 changed files with 3 additions and 3 deletions
|
@ -4,4 +4,4 @@
|
|||
|
||||
- Return a list of installed fonts with given name:
|
||||
|
||||
`fc-list | grep '{{Font Name}}'`
|
||||
`fc-list | grep '{{DejaVu Serif}}'`
|
||||
|
|
|
@ -4,4 +4,4 @@
|
|||
|
||||
- Return a sorted list of best matching fonts:
|
||||
|
||||
`fc-match -s '{{Font Name}}'`
|
||||
`fc-match -s '{{DejaVu Serif}}'`
|
||||
|
|
|
@ -4,4 +4,4 @@
|
|||
|
||||
- Display default infomation about a font:
|
||||
|
||||
`fc-pattern -d '{{Font Name}}'`
|
||||
`fc-pattern -d '{{DejaVu Serif}}'`
|
||||
|
|
Loading…
Add table
Reference in a new issue