Skip to content

Commit b11deba

Browse files
setfont: add page (#16281)
Co-authored-by: CleanMachine1 <[email protected]>
1 parent 070b6a4 commit b11deba

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

pages/linux/setfont.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# setfont
2+
3+
> Set the terminal font for TTYs.
4+
> More information: <https://manned.org/setfont>.
5+
6+
- Change the terminal font:
7+
8+
`setfont {{font}}.gz`
9+
10+
- Change the terminal font by specifying a path:
11+
12+
`setfont /usr/share/kbd/{{mapping}}/{{font.ext}}`
13+
14+
- Double font size:
15+
16+
`setfont {{[-d|--double]}}`
17+
18+
- Reset to the default font:
19+
20+
`setfont`

0 commit comments

Comments
 (0)