mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-26 06:35:46 +03:00
fonts: Add a Georgia system font based on Liberation Serif.
CW-Bug-Id: #21193
This commit is contained in:
parent
3f57a0b71b
commit
78fc6d34c6
@ -782,6 +782,9 @@ arialbd_ORIG := LiberationSans-Bold
|
||||
#The use of "Times New Roman" here is for compatibility with programs that require that exact string. This font is not Times New Roman.
|
||||
times_NAMES := "TimesNewRoman" "Times New Roman" "Times New Roman"
|
||||
times_ORIG := LiberationSerif-Regular
|
||||
#The use of "Georgia" here is for compatibility with programs that require that exact string. This font is not Georgia.
|
||||
georgia_NAMES := "Georgia" "Georgia" "Georgia"
|
||||
georgia_ORIG := LiberationSerif-Regular
|
||||
#The use of "Courier New" here is for compatibility with programs that require that exact string. This font is not Courier New.
|
||||
cour_NAMES := "CourierNew" "Courier New" "Courier New"
|
||||
cour_PATCH := $(FONTS)/patches/LiberationMono-Regular.patch
|
||||
@ -804,6 +807,7 @@ $(FONTS_OBJ)/%.sfd: $(LIBERATION_SRCDIR)/%.sfd | $(FONTS_OBJ)
|
||||
|
||||
fonts: $(FONTS_OBJ)/arial.ttf
|
||||
fonts: $(FONTS_OBJ)/arialbd.ttf
|
||||
fonts: $(FONTS_OBJ)/georgia.ttf
|
||||
fonts: $(FONTS_OBJ)/times.ttf
|
||||
fonts: $(FONTS_OBJ)/cour.ttf
|
||||
fonts: $(FONTS_OBJ)/courbd.ttf
|
||||
|
Loading…
Reference in New Issue
Block a user