Skip to content

Commit

Permalink
Remove unused font.
Browse files Browse the repository at this point in the history
  • Loading branch information
caldaricitizen31341 committed May 31, 2022
1 parent 1159e69 commit 17e84d4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Binary file removed fonts/ZenDots-Regular.ttf
Binary file not shown.
3 changes: 0 additions & 3 deletions lib/gui/widgets/app_body.dart
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
import 'dart:math';

import 'package:flutter/material.dart';
import 'package:provider/provider.dart';

import 'table_intermediates.dart';
import 'summary_bar.dart';
import 'table_inputs.dart';
import 'table_targets.dart';
import '../my_theme.dart';
Expand Down
3 changes: 0 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,6 @@ flutter:
- asset: fonts/NotoSans-Bold.ttf
weight: 700
- asset: fonts/NotoSans-Regular.ttf
- family: ZenDots
fonts:
- asset: fonts/ZenDots-Regular.ttf

# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages
Expand Down

0 comments on commit 17e84d4

Please sign in to comment.