diff options
author | phk <phk@FreeBSD.org> | 1998-05-04 11:24:05 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1998-05-04 11:24:05 +0000 |
commit | 0aafd4bf0d972ce31b1675d1aded9a4252601579 (patch) | |
tree | a39f72cb823b7b65b16263172abdc3a3e7a709d5 /share/syscons/fonts/Makefile | |
parent | 3a0a98290a169650f91dcafa92e1038109d508f1 (diff) | |
download | FreeBSD-src-0aafd4bf0d972ce31b1675d1aded9a4252601579.zip FreeBSD-src-0aafd4bf0d972ce31b1675d1aded9a4252601579.tar.gz |
Just the sans-serif console font that I use on my system; I've made the
letters one pixel taller, and the ()[]{} are more distinct. Nice if
your monitor is small. 8x16 and 8x8 fonts included.
PR: 4208
Reviewed by: phk
Submitted by: Dan Nelson <dnelson@emsphone.com>
Diffstat (limited to 'share/syscons/fonts/Makefile')
-rw-r--r-- | share/syscons/fonts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/syscons/fonts/Makefile b/share/syscons/fonts/Makefile index e252839..60b8845 100644 --- a/share/syscons/fonts/Makefile +++ b/share/syscons/fonts/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.15 1997/09/22 21:44:38 wosch Exp $ +# $Id: Makefile,v 1.16 1998/01/03 14:09:18 wosch Exp $ FONTS= cp437-8x8.fnt cp437-8x14.fnt cp437-8x16.fnt \ cp437-thin-8x8.fnt cp437-thin-8x16.fnt \ @@ -14,6 +14,7 @@ FONTS= cp437-8x8.fnt cp437-8x14.fnt cp437-8x16.fnt \ iso-8859-2-8x16.fnt \ koi8-r-8x8.fnt koi8-r-8x14.fnt koi8-r-8x16.fnt \ koi8-rb-8x16.fnt koi8-rc-8x16.fnt \ + swiss-8x16.fnt swiss-8x8.fnt \ INDEX.fonts FONTDIR = ${SHAREDIR}/syscons/fonts |