CSS @font-face doesn't render

I'm using the following code in the style sheet for my website, but it won't render when I run it in the browser, the font doesn't render. What am I doing wrong?\[code\]@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}\[/code\]
 
Top