mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-05 22:18:03 +01:00
Prepare for compiling different SourceHanSans fonts.
This and the following commits provide some CJK fonts which the Rockstar installer can use as fallback. CW-Bug-Id: #18969
This commit is contained in:
parent
d2080ad0fd
commit
920377546d
2 changed files with 27 additions and 17 deletions
2
proton
2
proton
|
|
@ -445,7 +445,7 @@ class CompatData:
|
|||
( g_proton.fonts_dir, "LiberationSerif-Regular.ttf", "times.ttf" ),
|
||||
( g_proton.fonts_dir, "LiberationMono-Regular.ttf", "cour.ttf" ),
|
||||
( g_proton.fonts_dir, "LiberationMono-Bold.ttf", "courbd.ttf" ),
|
||||
( g_proton.fonts_dir, "SourceHanSansSCRegular.otf", "msyh.ttf" ),
|
||||
( g_proton.fonts_dir, "msyh.ttf", "msyh.ttf" ),
|
||||
|
||||
( g_proton.wine_fonts_dir, "tahoma.ttf", "tahoma.ttf" ),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue