A terminal font management system for Termux with both package installation and manual setup options.
apt update
apt install void-fontsNote: The package installation method requires the Termux Void repository to be configured in your sources.
git clone https://github.com/termuxvoid/Void-Fonts.git
cd Void-Fonts
chmod +x vfonts.sh
mkdir -p fonts- Font Management: Browse, apply, and manage terminal fonts
- Backup System: Automatic backup of original font configuration
- Restore Options: Revert to default or backed up fonts
- Custom Directory Support: Use fonts from any directory
After installation, run:
vfonts.shOr if using manual installation:
./vfonts.sh- Browse and apply available fonts
- Reset to Termux default font
- Restore from original backup
- Exit the application
Default locations:
- Package installation:
$PREFIX/share/voidfonts/fonts/ - Manual installation:
./fonts/in the cloned directory
To use a custom font directory:
export FONT_DIR="/path/to/your/fonts"
vfonts.sh- Termux v0.118 or later
- Basic terminal permissions
- Internet connection (for package installation)
apt update
apt upgrade void-fontscd Void-Fonts
git pull origin mainMIT License. See LICENSE file for details.
For issues or feature requests:
- GitHub Issues: https://github.com/termuxvoid/Void-Fonts/issues
- Termux community forums