We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b96d8b0 commit d44c894Copy full SHA for d44c894
lib/main.dart
@@ -259,7 +259,7 @@ String? getWindowsFont(AppTheme theme) {
259
final rg = locale.countryCode?.toLowerCase();
260
261
if (lc == 'ja') return "Yu Gothic";
262
- if (lc == 'ko') return 'Malgun Gothic';
+ if (lc == 'ko') return "Malgun Gothic";
263
if (lc == 'zh' && cc == 'hant') return "Microsoft JhengHei";
264
if (lc == 'zh' && rg == 'tw') return "Microsoft JhengHei";
265
if (lc == 'zh' && rg == 'hk') return "Microsoft JhengHei";
0 commit comments