Want to change Flutter for web Font? Check if assets folder is located in web folder. Next, compare FontManifest.json content with the example below:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | [ { "family": "Rubik", "fonts": [ { "asset": "fonts/Rubik-Regular.ttf" }, { "asset": "fonts/Rubik-Medium.ttf", "weight": 500 } ] } ] |
If you like this question & answer and want to contribute, then write your question & answer and email to freewebmentor[@]gmail.com. Your question and answer will appear on FreeWebMentor.com and help other developers.