Add fonts assets
Make a folder inside /assets in the main app and then make another subfolder in assets named fonts:
Now put all the downloaded fonts inside the fonts folder as shown below:
Register the font#
- Open your
pubspec.yamlfile. - Add the fonts info under the
fluttersection. Indentation is mandatory.
Set the font using fontFamily inside the Text widget as shown below: