diff --git a/assets/droid-sans.ttf b/assets/droid-sans.ttf deleted file mode 100644 index 56d013f8..00000000 Binary files a/assets/droid-sans.ttf and /dev/null differ diff --git a/assets/go-noto-current-regular.ttf b/assets/go-noto-current-regular.ttf new file mode 100644 index 00000000..948d1a63 Binary files /dev/null and b/assets/go-noto-current-regular.ttf differ diff --git a/lib/screens/video_player_screen.dart b/lib/screens/video_player_screen.dart index 96f76209..f058a07e 100644 --- a/lib/screens/video_player_screen.dart +++ b/lib/screens/video_player_screen.dart @@ -241,8 +241,8 @@ class VideoPlayerScreenState extends State player = Player( configuration: PlayerConfiguration( libass: true, - libassAndroidFont: 'assets/droid-sans.ttf', - libassAndroidFontName: 'Droid Sans Fallback', + libassAndroidFont: 'assets/go-noto-current-regular.ttf', + libassAndroidFontName: 'Go Noto Current-Regular', bufferSize: bufferSizeBytes, logLevel: debugLoggingEnabled ? MPVLogLevel.debug : MPVLogLevel.error, mpvConfiguration: config, diff --git a/pubspec.yaml b/pubspec.yaml index 70633f75..7d21a8b0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -83,7 +83,7 @@ flutter: assets: - lib/data/iso_639_codes.json - assets/plezy.png - - assets/droid-sans.ttf + - assets/go-noto-current-regular.ttf flutter_launcher_icons: android: true