📅  最后修改于: 2022-03-11 14:57:28.955000             🧑  作者: Mango
MaterialApp(
title: 'Custom Fonts',
// Set Raleway as the default app font.
theme: ThemeData(fontFamily: 'Raleway'),
home: MyHomePage(),
);