fonts: Add a Tahoma replacement. Almost entirely based on a patch by Larry Snyder.
This commit is contained in:
parent
29873b7e06
commit
8be6c6f428
3 changed files with 10853 additions and 1 deletions
1
fonts/.gitignore
vendored
1
fonts/.gitignore
vendored
|
@ -89,6 +89,7 @@
|
|||
/system-949-96-16.fnt
|
||||
/system-950-96-16.fnt
|
||||
/system.ttf
|
||||
/tahoma.ttf
|
||||
/vgas1255.fon
|
||||
/vgas1256.fon
|
||||
/vgas1257.fon
|
||||
|
|
|
@ -48,7 +48,8 @@ BITMAP_FONTS = \
|
|||
vgas874.fon
|
||||
|
||||
TRUETYPE_FONTS = \
|
||||
marlett.ttf
|
||||
marlett.ttf \
|
||||
tahoma.ttf
|
||||
|
||||
FONTS = \
|
||||
$(BITMAP_FONTS) \
|
||||
|
|
10850
fonts/tahoma.sfd
Normal file
10850
fonts/tahoma.sfd
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue