diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 1998-05-04 11:24:05 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1998-05-04 11:24:05 +0000 |
commit | 59a3a63c97315eb88bb99f7ff421ca193658a214 (patch) | |
tree | f67c327444a095cd82138b8fc446b530ae6d4dba /share/syscons/fonts/Makefile | |
parent | b4362367e05aa462095fa54c049c4d69103a49ca (diff) |
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>
Notes
Notes:
svn path=/head/; revision=35687
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 e252839bea7d..60b88452688d 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 |