fonts: Add the Symbol font.
This commit is contained in:
parent
4e0c277daa
commit
fd37a32072
|
@ -48,6 +48,7 @@ BITMAP_FONTS = \
|
|||
|
||||
TRUETYPE_FONTS = \
|
||||
marlett.ttf \
|
||||
symbol.ttf \
|
||||
tahoma.ttf \
|
||||
tahomabd.ttf
|
||||
|
||||
|
@ -178,6 +179,9 @@ cvgasys.fon: $(SRCDIR)/system.ttf
|
|||
marlett.ttf: $(TOPSRCDIR)/fonts/marlett.ttf
|
||||
[ $(SRCDIR) = . ] || ($(RM) $@ && $(LN_S) $(SRCDIR)/marlett.ttf $@)
|
||||
|
||||
symbol.ttf: $(TOPSRCDIR)/fonts/symbol.ttf
|
||||
[ $(SRCDIR) = . ] || ($(RM) $@ && $(LN_S) $(SRCDIR)/symbol.ttf $@)
|
||||
|
||||
tahoma.ttf: $(TOPSRCDIR)/fonts/tahoma.ttf
|
||||
[ $(SRCDIR) = . ] || ($(RM) $@ && $(LN_S) $(SRCDIR)/tahoma.ttf $@)
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Loading…
Reference in New Issue