mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-22 08:02:34 +00:00
Update cheatsheets
This commit is contained in:
25
tldr/linux/setfont
Normal file
25
tldr/linux/setfont
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user