Web サイトのスタイル シートで次のコードを使用していますが、ブラウザーで実行してもレンダリングされず、フォントもレンダリングされません。私は何を間違っていますか?
@font-face {
font-family: 'Libel Suit';
src: url('my.ip.n.n/~/wordpress/fonts/libelsuit.woff') format('woff'),
url('my.ip.n.n/~/wordpress/fonts/libelsuit.ttf') format('truetype');
// These aren't the exact URLS I'm using, since I don't want the
// world to know my ip address
}