Soft
7 rows, 6.4 columns per character.
Fender is a 7-row FIGlet font by Scooter. It suits README headers and terminal splash screens.
'||''''| ||` || . || ||''| .|''|, `||''|, .|''|| .|''|, '||''| || ||..|| || || || || ||..|| || .||. `|... .|| ||. `|..||. `|... .||.
'|| ||` '||` '||` || || || || ||''|| .|''|, || || .|''|, || || ||..|| || || || || .|| ||. `|... .||. .||. `|..|'
/.\ |'''''/ .''', .|'''|,
// \\ // | | || ||
//...\\ // '''|. '''/ | | `|...||
// \\ // .|''|| // | | ''
.// \\. /.....| `|..||. /... `,,,' ''
'' | Height | 7 rows |
|---|---|
| Baseline | row 5 |
| Widest character | 16 columns |
| Average width | 6.4 columns per character |
| "Hello" renders at | 32 columns |
| Font file | Fender.flf (7.7 KB) |
At 7 rows it has room for real letterforms, which is what makes a header look deliberate.
About 6.4 columns per character. A five-letter word lands near 32 columns, comfortable in a README.
Taken from the credits inside Fender.flf:
Fender by Scooter 8/94 ()
Explanation of first line:
flf2 - "magic number" for file identification
a - should always be `a', for now
$ - the "hardblank" -- prints as a blank, but can't be smushed
7 - height of a character
5 - height of a character, not including descenders
10 - max line length (excluding comment lines) + a fudge factor
-1 - default smushmode for this font (like "-m 15" on command line)
12 - number of comment lines