How to use the custom font in flutter?

Mainly there are 3 steps used in  Flutter to use the custom font

1. Download the zip of font then extract it and in our project create a new Directory name fonts and then paste it here.
2. Declare the font family under the project's puspec.yaml(yaml extension mean and markup language used for declare the required dependencies and meta data).
3. Yo ! Now you ready to use the custom font where you want like under Text widget or entire Font family .

Comments