HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

setfont — Set the terminal font for TTYs. More information: <https://manned.org/setfont>.

Submitted by: @import:tldr-pages··
0
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}}.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

Code Snippets

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

Context

tldr-pages: linux/setfont

Revisions (0)

No revisions yet.