0
不適用我希望在我的website.I使用字體「BELLOTA」下載的字體(formats->雜項文件,.woff,.woff2,.eot),並複製到名爲「字體」文件夾我打電話使用的代碼在我的樣式表此字體:字體家族在Firefox
@font-face {
font-family: 'bellota';
src: url("fonts/Bellota-Regular.eot");
src: url("fonts/Bellota-Regular.eot") format("embedded-opentype"),
url("fonts/Bellota-Regular.woff2") format("woff2"),
url("fonts/Bellota-Regular.woff") format("woff"),
url("fonts/Bellota-Regular.otf");
}
現在的字體顯示在Chrome,但不能在Firefox。是否應該專門在Firefox中使用它?