---
title: CSS Font Loading API
slug: Web/API/CSS_Font_Loading_API
tags:
- API
- Fonts
- Reference
- 字体
translation_of: Web/API/CSS_Font_Loading_API
---
{{APIRef("CSS Font Loading API")}}{{SeeCompatTable}}
CSS 字体加载 API 为您提供了动态加载字体资源时的events和interfaces。
Interfaces
- {{domxref('FontFace')}}
- 表示单个可用的字体。
- {{domxref('FontFaceSet')}}
- 字体API的一个接口,支持检测它们(字体文件)的下载状态。
- {{domxref('FontFaceSource')}}
- 提供混合了所有的字体相关操作,除非你别有深意。它定义了 {{domxref("Document")}} 和 {{domxref("WorkerGlobalScope")}} 中的可用属性 {{domxref("FontFaceSources.fonts")}} 。
- {{event('FontFaceSetLoadEvent')}}
- {{domxref("FontFaceSet")}} 加载时触发的事件。
规范
Specification |
Status |
Comment |
{{SpecName('CSS3 Font Loading')}} |
{{Spec2('CSS3 Font Loading')}} |
Initial definition. |
浏览器兼容性
{{CompatibilityTable}}
Feature |
Chrome |
Firefox (Gecko) |
Internet Explorer |
Opera |
Safari (WebKit) |
Basic support |
{{CompatChrome(35.0)}} |
{{CompatGeckoDesktop(41)}} |
{{CompatUnknown}} |
{{CompatOpera(22)}} |
{{CompatSafari(10)}} |
Feature |
Android Webview |
Chrome for Android |
Firefox Mobile (Gecko) |
Firefox OS |
IE Mobile |
Opera Mobile |
Safari Mobile |
Basic support |
{{CompatChrome(56.0)}} |
{{CompatChrome(35.0)}} |
{{CompatGeckoMobile(41)}} |
{{CompatUnknown}} |
{{CompatUnknown}} |
{{CompatOperaMobile(22)}} |
{{CompatSafari(10)}} |