fonts: Add a Tahoma replacement. Almost entirely based on a patch by Larry Snyder.
This commit is contained in:
parent
29873b7e06
commit
8be6c6f428
|
@ -89,6 +89,7 @@
|
||||||
/system-949-96-16.fnt
|
/system-949-96-16.fnt
|
||||||
/system-950-96-16.fnt
|
/system-950-96-16.fnt
|
||||||
/system.ttf
|
/system.ttf
|
||||||
|
/tahoma.ttf
|
||||||
/vgas1255.fon
|
/vgas1255.fon
|
||||||
/vgas1256.fon
|
/vgas1256.fon
|
||||||
/vgas1257.fon
|
/vgas1257.fon
|
||||||
|
|
|
@ -48,7 +48,8 @@ BITMAP_FONTS = \
|
||||||
vgas874.fon
|
vgas874.fon
|
||||||
|
|
||||||
TRUETYPE_FONTS = \
|
TRUETYPE_FONTS = \
|
||||||
marlett.ttf
|
marlett.ttf \
|
||||||
|
tahoma.ttf
|
||||||
|
|
||||||
FONTS = \
|
FONTS = \
|
||||||
$(BITMAP_FONTS) \
|
$(BITMAP_FONTS) \
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue