常见问题解答
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
这些字体是否需要付费?
不可以,所有 Google Fonts 字体都是开源的,并且免费。
我可以在商业产品中使用任何字体吗?
可以,您可以将其用于商业用途,甚至可以将其包含在商业产品中。
许可中指定了使用和再分发条件。最常见的许可是 SIL Open Font License。某些字体采用 Apache 许可或 Ubuntu 字体许可。您可以根据这些条件重新分发开源字体。
我可以使用徽标中的字体吗?
可以,您可以在任何徽标中使用 Google Fonts。
我可以在印刷品、网站、应用、教学材料、电子书、店面、珠宝中使用该字体吗?
可以,您可以在任何平台上使用这些字体。
如何查找支持我所用语言的字体?
访问 fonts.google.com,然后使用“语言”过滤器选择您要查找的语言所使用的书写系统。
探索 Noto,这是一套包含多种粗细和宽度的高品质字体,包括无衬线、衬线、等宽和其他样式,支持 1,000 多种语言和 150 多种文字系统。
如何在我的网站上使用 Google Fonts?
使用 Google Fonts CSS API 直接将字体嵌入到您的网站中。
如何在我的 Android 应用中使用 Google Fonts?
请参阅Android 版 Google Fonts 使用入门一文。
如何在项目中使用 Material Symbols?
请参阅 Material 符号指南。
在哪里可以详细了解排版?
访问 Google Fonts 知识库。
我可以将文本阴影和旋转等 CSS 功能与网页字体搭配使用吗?
没问题。
可应用于网页上文本的任何 CSS 功能都适用于所有类型的字体,包括 Web 字体、本地字体和系统字体。
对此有一种例外情况,那就是 CSS 轮廓效果,该效果对于可变字体效果欠佳,因为轮廓重叠。
我可以修改在设计工具中使用某个字体制作的文本的外观,以便用于商业用途吗?例如,可以更改字母之间的斜率、粗细和间距吗?
可以,您可以修改位图图片或使用 Google Fonts 中的字体制作的矢量图形中的文字,因为编辑后的结果不是其他字体,而是文字图片。
您还可以使用字体编辑器工具修改字体本身,但需遵守许可条件。
什么是可变字体?
可变字体是排版最近的一项演变。借助这种格式,您可以按照字体设计师提供的方法自定义字体。所有样式都只存储在一个或两个字体文件中,而不是每个样式的单独文件。如需了解详情,请参阅 Google Fonts 知识和Web 基础知识。
如何报告问题或为 Noto 字体提供协助?
请参阅 fonts.google.com/noto/contribute
如何将字体上传到 Google Fonts?
Google Fonts 审核 GitHub 上提交的内容。
如需了解所有详情,请参阅 GitHub CONTRIBUTING 文件。
如何建议将字体添加到 Google Fonts?
Google Fonts 仅添加依据 SIL 开源字体许可授权的字体。
如果您知道某款字体采用了此许可,并且希望我们展示该字体,请与 Google Fonts 团队联系。
如何使用 Google Fonts GitHub?
您可以使用我们的 GitHub 下载字体文件以进行安装或自行托管,提交您在使用我们产品的任何方面遇到的问题,甚至贡献您自己的字体。
在 github.com/google/fonts 上查看。
可以使用 Product Sans 或 Google Sans 字体吗?
不可以,这些字体归 Google 所有,只能由 Google 在 Google 产品中使用。
在某些应用中,我的输入内容会显示一些乱序的字母,该如何解决?
如果字体缓存已过时,或者已安装的字体不再与较新的 Web 字体匹配,就可能会发生这种情况。从设备中移除该字体系列的所有当前字体文件,然后重新启动设备,再下载并安装最新的字体文件。
首页示例文本来自哪里?
“我们几乎在不知不觉中就离开了地面”出自 John Munro 的《A Trip to Venus》(前往金星之旅)。
如何获取 Google Sans 的许可?
Google Sans 不适用于 Google 以外的平台。这是我们的品牌字体,仅用于 Google 产品。
如需实时解决问题,请在 Twitter 上向 Google Fonts 发送消息 (@googlefonts)。
如有技术问题,请在我们的 GitHub 问题跟踪器上发布问题。如果您需要发送私信,请发送电子邮件至 fonts@google.com。
Material Icons 是否会继续收到更新?
Material 图标已替换为 Material Symbol,将不会再收到更新。未来的所有开发或添加内容都将采用 Material Symbols。我们建议使用 Material 符号,并弃用 Material 图标。
为什么我的图标无法正确呈现?
使用图标字体时,系统可能会显示连字符文本。造成这种情况的原因有很多。
- 图标集错误:确保加载的字体与用于查找图标的字体相同。Material Symbols 包含更多图标,并重命名了一些较旧的 Material Icons 字体。“过滤条件”标签页会显示当前图标集。
- 过时字体:确保加载的字体是最新版本。使用 Web API 可以避免此问题。如果已下载该字体,请尝试重新下载该字体。Android 的 Jetpack Compose 尚不支持 Material Symbols。
- CSS 冲突:确保没有 CSS 规则会替换设置或停用连字(例如
font-variant-ligatures: none;
)。
- 子集:确保 API 请求的
&icon_names=
参数中存在损坏的图标。
- 未设置样式的内容闪烁:请确保 API 请求指定
&display=block
,以免在图标字体加载时显示连字符。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[[["\u003cp\u003eGoogle Fonts are free and open source, allowing for commercial use and modification in design tools, with most licensed under SIL Open Font License.\u003c/p\u003e\n"],["\u003cp\u003eYou can use Google Fonts on websites, apps, print, and various other mediums, with language support and extensive style options available.\u003c/p\u003e\n"],["\u003cp\u003eVariable fonts offer customization and efficiency, while resources like Google Fonts Knowledge and the CSS API provide guidance on implementation and typography.\u003c/p\u003e\n"],["\u003cp\u003eGoogle Fonts offers support through GitHub, Twitter, and email for reporting issues, contributing, or seeking assistance.\u003c/p\u003e\n"],["\u003cp\u003eMaterial Symbols has replaced Material Icons for future development and additions, offering an expanded icon library.\u003c/p\u003e\n"]]],[],null,["# Frequently Asked Questions\n\nIs there a cost for any of these fonts?\n---------------------------------------\n\nNo, all Google Fonts are open source and are without cost.\n\nCan I use any font in a commercial product?\n-------------------------------------------\n\nYes, you can use them commercially, and even include them within a product that is sold commercially.\nUsage and redistribution conditions are specified in the license.\nThe most common license is the [SIL Open Font License](https://scripts.sil.org/OFL).\nSome fonts are under the [Apache license](https://www.apache.org/licenses/LICENSE-2.0) or [Ubuntu Font License](https://ubuntu.com/legal/font-licence).\nYou can redistribute open source fonts according to those conditions.\n\nCan I use the font in a logo?\n-----------------------------\n\nYes, you can use Google Fonts within any logo.\n\nCan I use the font in print, on websites, in apps, in teaching materials, e-books, store fronts, jewelry?\n---------------------------------------------------------------------------------------------------------\n\nYes, you can use the fonts on any surface.\n\nHow do I find fonts that support my language?\n---------------------------------------------\n\nVisit [fonts.google.com](https://fonts.google.com/) and use the \"Language\" filter to select the writing system used by the language that you're looking for.\n\nExplore [Noto](https://fonts.google.com/noto), a collection of high-quality fonts with multiple weights and widths in sans, serif, mono, and other styles in more than 1,000 languages and over 150 writing systems.\n\nHow can I use Google Fonts on my website?\n-----------------------------------------\n\nUse the [Google Fonts CSS API](https://developers.google.com/fonts/docs/css2) to embed the fonts directly on your website.\n\nHow do I use Google Fonts in my Android app?\n--------------------------------------------\n\nSee the article [Get Started with the Google Fonts for Android](https://developers.google.com/fonts/docs/android).\n\nHow do I use Material Symbols in my project?\n--------------------------------------------\n\nVisit the [Material Symbols guide](https://developers.google.com/fonts/docs/material_symbols).\n\nWhere can I learn more about Typography?\n----------------------------------------\n\nVisit [Google Fonts Knowledge](https://fonts.google.com/knowledge).\n\nCan I use CSS features like text shadows and rotation with web fonts?\n---------------------------------------------------------------------\n\nAbsolutely.\nAny CSS feature that can be applied to text on the web works well with all kinds of fonts -- web fonts, local fonts, and system fonts.\n\nThe exception to this is the CSS outline effect, which does not work well with variable fonts [due to contour overlaps](https://jsbin.com/xewuzew/edit?html,output).\n\nCan I modify the appearance of text made with a font in a design tool for commercial use? For example, may I change the slope, thickness, and space between letters?\n--------------------------------------------------------------------------------------------------------------------------------------------------------------------\n\nYes, text in bitmap images or vector graphics made with fonts from Google Fonts can be modified, because the result isn't another font, but an image of text.\n\nYou can also modify fonts themselves with font editor tools, subject to the license conditions.\n\nWhat are variable fonts?\n------------------------\n\nVariable fonts are a recent evolution in typography.\nThis format lets you customize a typeface in the ways provided by the typeface designer.\nAll styles are stored in just one or two font files instead of separate files for every style.\nLearn more from [Google Fonts Knowledge](https://fonts.google.com/knowledge/introducing_type/introducing_variable_fonts) and [Web Fundamentals](https://web.dev/variable-fonts/).\n\nHow do I report an issue or contribute to the Noto fonts?\n---------------------------------------------------------\n\nSee [fonts.google.com/noto/contribute](https://fonts.google.com/noto/contribute)\n\nHow do I upload a font to Google Fonts?\n---------------------------------------\n\nGoogle Fonts reviews submissions on GitHub.\nPlease see the [Github CONTRIBUTING file](https://github.com/google/fonts/blob/main/CONTRIBUTING.md) for all the details.\n\nHow do I suggest a font to add to Google Fonts?\n-----------------------------------------------\n\nGoogle Fonts only adds fonts licensed under the [SIL Open Font License](https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL).\nIf you know of a font under this license that you would like to see, please contact Google Fonts.\n\nHow can I use the Google Fonts GitHub?\n--------------------------------------\n\nYou can use our GitHub to download font files to install or self host, file issues you've encountered with any aspect of our product, and even contribute your own fonts.\nCheck it out at [github.com/google/fonts](https://github.com/google/fonts).\n\nCan I use the Product Sans or Google Sans fonts?\n------------------------------------------------\n\nNo, Google owns these fonts and they are only available for use in Google products, by Google.\n\nMy type is showing a few letters out of sequence in some apps -- how do I fix it?\n---------------------------------------------------------------------------------\n\nThis can happen when font caches become obsolete, or when an installed font no longer matches a newer web font.\nRemove all the current font files for that family from your device, reboot, and then download and install the latest font files.\n\nWhere is the homepage sample text from?\n---------------------------------------\n\n\"Almost before we knew it, we had left the ground\" is from *[A Trip to Venus](https://www.google.com/books/edition/A_Trip_to_Venus/G9zCDwAAQBAJ)*, by John Munro.\n\nHow can I get a license for Google Sans?\n----------------------------------------\n\nGoogle Sans is not available for use outside of Google. It is our brand font and is exclusively used in Google products.\n\nHow do I contact Google Fonts?\n------------------------------\n\nFor real-time issues, tweet Google Fonts at [@googlefonts](https://twitter.com/googlefonts).\nFor technical questions, post an issue on our [GitHub issue tracker](https://github.com/google/fonts/issues).\nIf you need to send a private message, email [fonts@google.com](mailto:fonts@google.com).\n\nWill Material Icons continue to receive updates?\n------------------------------------------------\n\nMaterial Icons has been replaced with Material Symbols and will no longer\nreceive updates. Any future development or additions will come to Material\nSymbols. We suggest using Material Symbols and migrating away from Material\nIcons.\n\nWhy does my icon not render properly?\n-------------------------------------\n\nWhen using the icon font, the ligature text may be shown. This can occur for various reasons.\n\n1. **Wrong icon set** : ensure the loaded font is the same that was used to find the icon. [Material Symbols](https://fonts.google.com/icons) has more icons and renames some of the older [Material Icons](https://fonts.google.com/icons?icon.set=Material+Icons) fonts. [The filters tab shows the current icon set](/static/fonts/faq/icons-page-which-set.jpg).\n2. **Outdated font** : ensure the loaded font is the latest available version. Using the [web API](https://developers.google.com/fonts/docs/material_symbols#use_in_web) prevents this issue. If the font was downloaded, try downloading the font again. Android's Jetpack Compose doesn't yet support Material Symbols.\n3. **CSS conflicts** : ensure there are no CSS rules overriding the settings or disabling ligatures (e.g. `font-variant-ligatures: none;`).\n4. **Subsetting** : ensure the broken icon is present in the `&icon_names=` parameter of the API request.\n5. **Flash of unstyled content** : ensure the API request specifies `&display=block` to avoid showing ligatures while the icon font is loading."]]