|/
|\ISS LINUX™

News (20210723a)
Blog
Install
FAQ
Wiki
Package System
Package Manager
Testimonials
Screenshots
Contact
Donate
Archive
wiki / console / fonts                                            Edit this page
Edited (735e803) at 2023-09-22 by Timothy Robert Bednarzyk
CHANGING THE CONSOLE FONT
________________________________________________________________________________
The Linux console font can be changed using the setfont utility (part of busybox
and installed by default).
Available Fonts
________________________________________________________________________________
Currently packaged Linux console fonts.
- terminus-font (Community).
- spleen-font (Community).
- unifont (Community).
Changing the Console Font
________________________________________________________________________________
Use the following command to set the console font _after_ a user has logged in.
Add it to your ~/.profile or /etc/profile to make the change permanent.
+------------------------------------------------------------------------------+
|                                                                              |
|   [ "$DISPLAY" ] || setfont /usr/share/consolefonts/FONT_NAME                |
|                                                                              |
+------------------------------------------------------------------------------+
To change the console font _before_ a user has logged in, add the following to
your /etc/inittab or /etc/rc.conf.
+------------------------------------------------------------------------------+
| /etc/rc.conf                                                                 |
+------------------------------------------------------------------------------+
|                                                                              |
|   /usr/bin/setfont /usr/share/consolefonts/FONT_NAME -C /dev/tty1            |
|                                                                              |
+------------------------------------------------------------------------------+
________________________________________________________________________________
Dylan Araps (C) 2019-2021
The registered trademark Linux(R) is used pursuant to a sublicense from the
Linux Foundation, the exclusive licensee of Linus Torvalds, owner of the mark
on a world­wide basis.