Skip to content

Commit 48af9d8

Browse files
committed
Miscellaneous updates
- Upgrade dependencies. - Remove all usages of montserrat. - Remove all usages of Inter.
1 parent f78bc3a commit 48af9d8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lib/src/api/models/font_name.dart

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,6 @@ class FontName extends Equatable with SerializableMixin {
136136
weight: FontWeightNumeric.w400,
137137
);
138138

139-
/// Represents regular Inter font.
140-
static const FontName montserratRegular = FontName(
141-
family: 'Montserrat',
142-
style: 'Normal',
143-
weight: FontWeightNumeric.w400,
144-
);
145-
146139
@override
147140
List<Object?> get props => [family, style, weight];
148141

0 commit comments

Comments
 (0)