1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-03 14:55:24 +02:00
tldr/pages/linux/setfont.md
Managor b11deba88e
setfont: add page (#16281)
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
2025-05-03 18:24:52 +03:00

20 lines
339 B
Markdown

# 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`