天天看點

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;  // 使用