mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-18 16:26:38 +00:00
The Fyne framework does not support TTC font files. Use the default system font (Segoe UI) instead, so Windows can automatically fall back to a Japanese font when needed.
This commit is contained in:
@@ -31,7 +31,6 @@ func (s *serviceClient) getWindowsFontFilePath() string {
|
|||||||
"chr-CHER-US": "Gadugi.ttf",
|
"chr-CHER-US": "Gadugi.ttf",
|
||||||
"zh-HK": "Segoeui.ttf",
|
"zh-HK": "Segoeui.ttf",
|
||||||
"zh-TW": "Segoeui.ttf",
|
"zh-TW": "Segoeui.ttf",
|
||||||
"ja-JP": "Yugothm.ttc",
|
|
||||||
"km-KH": "Leelawui.ttf",
|
"km-KH": "Leelawui.ttf",
|
||||||
"ko-KR": "Malgun.ttf",
|
"ko-KR": "Malgun.ttf",
|
||||||
"th-TH": "Leelawui.ttf",
|
"th-TH": "Leelawui.ttf",
|
||||||
|
|||||||
Reference in New Issue
Block a user