Skip to content

unobtec/figlet-fonts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Figlet Fonts

hazeltine

This is a figlet version of the font that I created for my Hazeltine 1400 terminal restoration project.

hazeltine

The font contains only digits and a colon (to be used for large clocks) and is based on digits in the advertisement Hazeltine Corporation had in 1979:

Hazeltine Corporation advertisement

Installation

Run the following command to determine your font directory:

$ figlet -I 2

Then place .flf files from the fonts subdirectory of this repo into the directory reported by the command above.

Usage

$ figlet -f hazeltine "12:35"

I also created a minimalistic clock script that will display the time with the hazeltine font, centered on a 80x24 terminal screen:

$ bin/hazeltine-clock.sh