I have problem when I custom font on Flutter
My folder font
myapp/fonts/SairaSemiCondensed-Bold.ttf
here my pubspec.ymal
fonts:
 - family: SairaSemiCondensed
   fonts:
     - asset: fonts/fonts:SairaSemiCondensed-Bold.ttf
     weight: 700
I got error like this
Error on line 55, column 4 of pubspec.yaml: Expected a key while parsing a 
block mapping.
   fonts:
   ^
pub get failed (65)
Can anyone help me?