mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-05 22:18:03 +01:00
fonts: Add an alternative of Microsoft Sans Serif (micross.ttf).
Fonts are from https://github.com/googlefonts/noto-fonts.git at 04a4c62ce05b628f80c0d3b6a455ca8201b65286, in hinted/ttf folder. CW-Bug-Id: #17132
This commit is contained in:
parent
5525cf9931
commit
ca928d31f9
17 changed files with 157 additions and 0 deletions
1
proton
1
proton
|
|
@ -579,6 +579,7 @@ class CompatData:
|
|||
( g_proton.fonts_dir, "simsun.ttc", "simsun.ttc" ),
|
||||
( g_proton.fonts_dir, "msgothic.ttc", "msgothic.ttc" ),
|
||||
( g_proton.fonts_dir, "malgun.ttf", "malgun.ttf" ),
|
||||
( g_proton.fonts_dir, "micross.ttf", "micross.ttf" ),
|
||||
|
||||
( g_proton.wine_fonts_dir, "tahoma.ttf", "tahoma.ttf" ),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue