snippetbashTip
setfont — Set the terminal font for TTYs. More information: <https://manned.org/setfont>.
Viewed 0 times
theterminalcommandclisetfontfontsetfor
linux
Problem
How to use the
setfont command: Set the terminal font for TTYs. More information: <https://manned.org/setfont>.Solution
setfont — Set the terminal font for TTYs. More information: <https://manned.org/setfont>.Change the terminal font:
setfont {{font}}.gzChange 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:
setfontCode Snippets
Change the terminal font
setfont {{font}}.gzChange 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
setfontContext
tldr-pages: linux/setfont
Revisions (0)
No revisions yet.