1
0
Fork 0
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:
mkoppmann 2016-09-28 15:33:59 +02:00
parent 304d01d1c0
commit 66651b37a4
3 changed files with 3 additions and 3 deletions

View file

@ -4,4 +4,4 @@
- Return a list of installed fonts with given name:
`fc-list | grep '{{Font Name}}'`
`fc-list | grep '{{DejaVu Serif}}'`

View file

@ -4,4 +4,4 @@
- Return a sorted list of best matching fonts:
`fc-match -s '{{Font Name}}'`
`fc-match -s '{{DejaVu Serif}}'`

View file

@ -4,4 +4,4 @@
- Display default infomation about a font:
`fc-pattern -d '{{Font Name}}'`
`fc-pattern -d '{{DejaVu Serif}}'`