How to use a custom font in a Flutter app

Suragch
1 min readJun 7, 2019

This is a repost of an answer I wrote on Stack Overflow.

In this brief article I’ll give you the steps to include your own font in your Flutter project.

1. Add a font to your project

  • Right click on your project folder and go to New > Directory. Call it assets. It should be in your projects root directory.