fontfaceonload:一个简单的实用程序可在加载webfont时执行回调 源码
fontfaceonload 用法 与任何现有的@font-face声明一起使用。 @font-face { font-family : My Custom Font Family; /* src and other properties as normal */ } 包括库。 调用JavaScript。 FontFaceOnload ( "My Custom Font Family" , { success : function ( ) { } , error : function ( ) { } , timeout : 5000 // in m
下载地址
用户评论