我可以在 Android 应用程序中使用 Google 字体吗?

Can I use Google fonts to use through my Android app?

我正在开发一个 Android 应用程序来向其他人创建简单的帖子。现在我想在我的应用程序中添加字体,以便其他人将字体应用到他们的项目中而没有任何版权问题。

来自官方 android 开发者文档

Android 8.0 (API level 26) and Android Support Library 26 introduce support for APIs to request fonts from a provider application instead of bundling files into the APK or letting the APK download fonts. The feature is available on devices running Android API versions 14 and higher through the Support Library 26.

请检查此 link 以了解如何使用它们