私は防弾 @font-face に行き、それをテンプレートとして使用してフォントを Web サイトに埋め込もうとしましたが、機能しません。パースペクティブさんの黒レギュラーを使いたいです 。サーバーに 4 つのファイルをアップロードしました。キットに付属の css スタイル シートと、このフォントの eot、ttf、および woff ファイルです。私は何が間違っているのだろうか?現在存在するフォントがデフォルトのフォントです。
@font-face {
font-family: 'persanbk'; src:
url('persanbk-webfont.eot') format('eot'),
url('persanbk-webfont.woff') format('woff'),
url('persanbk-webfont.ttf') format('truetype')
}
#h2 {
position:absolute;
top:30%;
left:50%;
margin-top:-20px;
margin-left:-351px;
width:702px;
height:60px;
font:50px persanbk, sans serif;
color:#cc0257;
}
<div id='h2'>
The earth is but one country,
</div>