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.)