flutter link font familty to text style code example
Example: flutter text default font family
Text(
'Text',
fontFamily: 'Hind',
fontSize: 20,
fontWeight: FontWeight.w500),
)
Text(
'Text',
fontFamily: 'Hind',
fontSize: 20,
fontWeight: FontWeight.w500),
)