1
0
Fork 0
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:
Managor 2025-05-03 18:24:52 +03:00 committed by GitHub
parent 070b6a4366
commit b11deba88e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

20
pages/linux/setfont.md Normal file
View 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`