mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-10 16:38:00 +01:00
fonts: Add an alternative of Nirmala UI (nirmala.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
ca928d31f9
commit
1ae6c80f3e
15 changed files with 25 additions and 0 deletions
1
proton
1
proton
|
|
@ -580,6 +580,7 @@ class CompatData:
|
|||
( 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.fonts_dir, "nirmala.ttf", "nirmala.ttf" ),
|
||||
|
||||
( g_proton.wine_fonts_dir, "tahoma.ttf", "tahoma.ttf" ),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue