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`