Flutter / Examples / * Project 14 : Google font
Google Font
-
Usage
1. goto google font website and download the font
2. store the font in the asset folder
3. update pubspec.yaml
Text( "text", style: TextStyle( fontFamily: 'Roboto' ) )