私はこのフォントを使おうとしています:http ://www.fontsquirrel.com/fontfacedemo/eb-garamond そこで、タイプキットをダウンロードして正しいディレクトリに配置しました。
CSS:
@font-face {
font-family: 'EBGaramondSC';
src: url('/EBGaramondSC-webfont.eot');
src: url('/EBGaramondSC-webfont.eot?#iefix') format('embedded-opentype'),
url('/EBGaramondSC-webfont.woff') format('woff'),
url('/EBGaramondSC-webfont.ttf') format('truetype'),
url('/EBGaramondSC-webfont.svg#EBGaramondRegular') format('svg');
font-weight: normal;
font-style: normal;
}
p.style2 {font: 18px/27px 'EBGaramondSC', Arial, sans-serif;}
HTML:
[p class="style2"]
Alfab Solutions, LLC is a custom security firm who focuses on rural secruity solutions. We offer rugged, secure camera systems which integrate into our SSL encrypted website. We provide 24/7 access to your security footage, so you can have peace of mind that your assets are safe.
[/p] Ignore brackets
Firebugは正しいフォント画像さえ表示しません。何が得られますか?
私は奇妙なディレクトリ構造を持っています。インデックスは.phpで、テンプレートファイルから生成されます。したがって、私のフォントは、そこにあるhtmlにのみ影響するため、本来あるべきテンプレートディレクトリにあります。