mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 07:35:24 +02:00
setfont: add page (#16281)
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
This commit is contained in:
parent
070b6a4366
commit
b11deba88e
1 changed files with 20 additions and 0 deletions
20
pages/linux/setfont.md
Normal file
20
pages/linux/setfont.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# setfont
|
||||
|
||||
> Set the terminal font for TTYs.
|
||||
> More information: <https://manned.org/setfont>.
|
||||
|
||||
- Change the terminal font:
|
||||
|
||||
`setfont {{font}}.gz`
|
||||
|
||||
- Change the terminal font by specifying a path:
|
||||
|
||||
`setfont /usr/share/kbd/{{mapping}}/{{font.ext}}`
|
||||
|
||||
- Double font size:
|
||||
|
||||
`setfont {{[-d|--double]}}`
|
||||
|
||||
- Reset to the default font:
|
||||
|
||||
`setfont`
|
Loading…
Add table
Reference in a new issue