Skip to content

termuxvoid/Void-Fonts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Termux Void Fonts

A terminal font management system for Termux with both package installation and manual setup options.

Installation Methods

Recommended Method (TermuxVoid Package)

apt update
apt install void-fonts

Note: The package installation method requires the Termux Void repository to be configured in your sources.

Manual Installation (Git Method)

git clone https://github.com/termuxvoid/Void-Fonts.git
cd Void-Fonts
chmod +x vfonts.sh
mkdir -p fonts

Features

  • 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

Usage

After installation, run:

vfonts.sh

Or if using manual installation:

./vfonts.sh

Menu Options:

  1. Browse and apply available fonts
  2. Reset to Termux default font
  3. Restore from original backup
  4. Exit the application

Font Directory

Default locations:

  • Package installation: $PREFIX/share/voidfonts/fonts/
  • Manual installation: ./fonts/ in the cloned directory

Configuration

To use a custom font directory:

export FONT_DIR="/path/to/your/fonts"
vfonts.sh

Requirements

  • Termux v0.118 or later
  • Basic terminal permissions
  • Internet connection (for package installation)

Maintenance

Updating (Package Installation)

apt update
apt upgrade void-fonts

Updating (Manual Installation)

cd Void-Fonts
git pull origin main

License

MIT License. See LICENSE file for details.

Support

For issues or feature requests:

About

A premium font changer for Termux terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages