Wad*_*das 3 font-face webfont-loader angular
如何在 Angular 中使用字体加载器,例如 WebFontLoader 或 FontFaceObserver?
我不确定需要导入什么/在哪里以及如何在组件中使用它。
做:
npm install webfontloader
然后在你的组件中你可以这样写:
app.component.ts:
import * as WebFont from 'webfontloader';
// ...
ngOnInit(){
WebFont.load({/* your config...*/})
}
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
2121 次 |
| 最近记录: |