Skip to content

Commit

Permalink
Remove unused fonts (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt authored Oct 21, 2024
1 parent 0aea761 commit 9e921dc
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 14 deletions.
Binary file removed fonts/ubuntu/Ubuntu-BoldItalic.ttf
Binary file not shown.
Binary file removed fonts/ubuntu/Ubuntu-Italic.ttf
Binary file not shown.
Binary file removed fonts/ubuntu/Ubuntu-Light.ttf
Binary file not shown.
Binary file removed fonts/ubuntu/Ubuntu-LightItalic.ttf
Binary file not shown.
Binary file removed fonts/ubuntu/Ubuntu-MediumItalic.ttf
Binary file not shown.
1 change: 0 additions & 1 deletion lib/src/pages/home_page/input_section.dart
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ class _Traction extends ConsumerWidget {
key: ValueKey(value),
style: TextStyle(
fontSize: 18,
fontWeight: FontWeight.w300,
fontFeatures: const [FontFeature.tabularFigures()],
color: Theme.of(context).colorScheme.onSurface.withOpacity(0.6),
),
Expand Down
13 changes: 0 additions & 13 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,21 +80,8 @@ flutter:
fonts:
- family: Ubuntu
fonts:
- asset: fonts/ubuntu/Ubuntu-Light.ttf
weight: 300
- asset: fonts/ubuntu/Ubuntu-LightItalic.ttf
style: italic
weight: 300
- asset: fonts/ubuntu/Ubuntu-Regular.ttf
- asset: fonts/ubuntu/Ubuntu-Italic.ttf
style: italic
- asset: fonts/ubuntu/Ubuntu-Medium.ttf
weight: 500
- asset: fonts/ubuntu/Ubuntu-MediumItalic.ttf
style: italic
weight: 500
- asset: fonts/ubuntu/Ubuntu-Bold.ttf
weight: 700
- asset: fonts/ubuntu/Ubuntu-BoldItalic.ttf
style: italic
weight: 700

0 comments on commit 9e921dc

Please sign in to comment.