这是我的 pubspec.yaml 文件的摘录:
flutter:
uses-material-design: true
fonts:
- family: Coiny
fonts:
- asset: fonts/Coiny-Regular.ttf
我正在尝试使用 Google 字体页面中名为“Coiny”的字体。我在根目录中创建了一个字体文件夹并将其放入其中。
在我的代码中,我这样做:
new Text("Testtext", style: new TextStyle(fontFamily: "Coiny")),
但它没有效果。我过去在使用 Barrio 字体时遇到过类似的问题。但它似乎在一段时间后起作用,这不是这种情况。