From b11deba88e165ecb506aa85809356bdd66379155 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sat, 3 May 2025 18:24:52 +0300 Subject: [PATCH] setfont: add page (#16281) Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> --- pages/linux/setfont.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/linux/setfont.md diff --git a/pages/linux/setfont.md b/pages/linux/setfont.md new file mode 100644 index 0000000000..80c727ae64 --- /dev/null +++ b/pages/linux/setfont.md @@ -0,0 +1,20 @@ +# setfont + +> Set the terminal font for TTYs. +> More information: . + +- 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`