CSS引用外部字体

//引入静态字体文件 .tff文件

@font-face {font-family: DIN_Condensed_Bold;src: url('../font/DIN_Condensed_Bold.ttf');}

//定义class

.myfont1{ font-family:DIN_Condensed_Bold;}

@font-face {font-family: DINPro-Regular;src: url('../font/DINPro-Regular.otf');}

.myfont2{ font-family:DINPro-Regular;}

@font-face {font-family: Futurak;src: url('../font/Futurak.ttf');}

.myfont3{ font-family:Futurak;

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容