1. 程式人生 > >Bootstrap——網站添加字體圖標

Bootstrap——網站添加字體圖標

str itcast size svg nbsp col -o for font-face

@font-face {
  font-family: ‘itcast‘;
  src: url(‘../font/MiFie-Web-Font.eot‘) format(‘embedded-opentype‘), url(‘../font/MiFie-Web-Font.svg‘) format(‘svg‘), url(‘../font/MiFie-Web-Font.ttf‘) format(‘truetype‘), url(‘../font/MiFie-Web-Font.woff‘) format(‘woff‘);
}

[class^="icon-"],
[class*=" icon-"] {
  font-family
: itcast; font-style: normal; } .icon-uniE907:before{content:"\e907"; font-size:30px; color:#f40;}

Bootstrap——網站添加字體圖標