Skip to content

Commit

Permalink
Update app_theme_scope.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
Npepperlinux authored Sep 2, 2023
1 parent 02d2e68 commit 2db893a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/view/themes/app_theme_scope.dart
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class AppThemeScopeState extends ConsumerState<AppThemeScope> {
List<String> resolveFontFamilyCallback() {
if (defaultTargetPlatform == TargetPlatform.windows ||
defaultTargetPlatform == TargetPlatform.linux) {
return ["KosugiMaru", "BIZ UDPGothic"];
return ["Noto Sans CJK JP", "KosugiMaru", "BIZ UDPGothic"];
}
if (defaultTargetPlatform == TargetPlatform.iOS ||
defaultTargetPlatform == TargetPlatform.macOS) {
Expand Down

0 comments on commit 2db893a

Please sign in to comment.