diff --git a/example/assets/fonts/SF-Pro-Display-Regular.otf b/example/assets/fonts/SF-Pro-Display-Regular.otf deleted file mode 100755 index 1279121f..00000000 Binary files a/example/assets/fonts/SF-Pro-Display-Regular.otf and /dev/null differ diff --git a/example/lib/gen/fonts.gen.dart b/example/lib/gen/fonts.gen.dart index f61cfa18..5a0580f1 100644 --- a/example/lib/gen/fonts.gen.dart +++ b/example/lib/gen/fonts.gen.dart @@ -10,9 +10,6 @@ class FontFamily { FontFamily._(); - /// Font family: SF-UI-Display - static const String sFUIDisplay = 'SF-UI-Display'; - /// Font family: ibarra-real-nova static const String ibarraRealNova = 'ibarra-real-nova'; diff --git a/example/lib/screens/quill/my_quill_editor.dart b/example/lib/screens/quill/my_quill_editor.dart index 21791c7c..a0617f74 100644 --- a/example/lib/screens/quill/my_quill_editor.dart +++ b/example/lib/screens/quill/my_quill_editor.dart @@ -54,11 +54,9 @@ class MyQuillEditor extends StatelessWidget { ), sizeSmall: TextStyle(fontSize: 9), subscript: TextStyle( - fontFamily: 'SF-UI-Display', fontFeatures: [FontFeature.subscripts()], ), superscript: TextStyle( - fontFamily: 'SF-UI-Display', fontFeatures: [FontFeature.superscripts()], ), ), diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 2c979d07..06bfbf14 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -108,8 +108,5 @@ flutter: - family: roboto-mono fonts: - asset: assets/fonts/RobotoMono-Regular.ttf - - family: SF-UI-Display - fonts: - - asset: assets/fonts/SF-Pro-Display-Regular.otf flutter_gen: \ No newline at end of file