天天看点

css使用字体@font-face 自定义字体

CSS3 @font-face 规则 | 菜鸟教程 http://www.runoob.com/cssref/css3-pr-font-face-rule.html

//  引入字体
 @font-face {
 src: url('../../../static/plugin/font/SF-UI-Display-Ultralight.otf');
 font-family: myDIY;
 }
 
 font-family:myDIY;  // 使用