これは Web フォント用の私のスタイルシートです
@font-face {
font-family: 'bebas_neueregular';
src: url('bebasneue-webfont.eot');
src: url('bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
url('bebasneue-webfont.woff') format('woff'),
url('bebasneue-webfont.ttf') format('truetype'),
url('bebasneue-webfont.svg#bebas_neueregular') format('svg');
font-weight: normal;
font-style: normal;
}
そして私はそのフォントをこのように使用します
.men_tp{
color: #d1d3d5;
float: left;
font-family:"bebas_neueregular",Arial;
font-size:22px;
}
私はそれらのフォントを持っていますが、そのフォントが他のホストに適用されないため、私のマシンでは正常に動作します.CSSファイルを配置したのと同じ領域にそれらのフォントsrcを配置しても.助けてください.