Custom Fonts

adamduckett / 2012-09-07 22:54:13   

Hi guys,

I'm using the new version of Indexhibit and I'm struggling to use my own fonts from Typekit.

I've referred to this thread, but to no luck: indexhibit.org/forum/thread/15543/

So far I've:
1. Put the font files in /public_html/ndxzsite/css
2. Added the following code in style.css

@font-face {font-family: 'ZurichBT-Roman';src: url('/public_html/ndxzsite/css/23FC07_0_0.eot');src: url('/public_html/ndxzsite/css/23FC07_0_0.eot?#iefix') format('embedded-opentype'),url('/public_html/ndxzsite/css/23FC07_0_0.woff') format('woff'),url('/public_html/ndxzsite/css/23FC07_0_0.ttf') format('truetype');}

3. Started to change the font-family tag in style.css but it's not working.

What have I missed?
Thanks,
Adam

(p.s, It's the first time I've tried using Indexhibit so I'm only a beginner.)

adamduckett / 2012-09-07 23:31:15   

Link: adamduckett.co.uk

arsondpi / 2012-09-08 06:21:34   

get rid of the public_html in your url.

adamduckett / 2012-09-08 10:23:16   

Perfect, thanks.

This thread has been closed, thank you.