I have created a site with some non-web safe fonts. In order to make it show on most devices, I have converted it to all major file formats, including SVG for the iPhone and iPad. However, this does not seem to work on either the iPad or iPhone.
I have done this before on previous sites and it has worked perfectly, but for some reason its not working for me this time. I'd really appreciate if someone can help me out with this.
I have uploaded the site so that I can get some help. I am hoping it is something silly I left out. I have been banging my head against the wall for the past few days. Im hoping one of you geniuses might be able to help me out once again.
The CSS is below:
@font-face { font-family: 'Franchise'; src: url('font/Franchise-Bold.eot?#iefix') format('embedded-opentype'), url('font/Franchise-Bold.woff') format('woff'), url('font/Franchise-Bold.ttf') format('truetype'), url('font/Franchise-Bold.svg#Franchise-Bold') format('svg'); }
The website is www.pikatzu.com/demo
EDIT
Found the resolution to the problem on this thread: @font-face not working in mobile Webkit However, the letterspacing on the font on the iPad and iPhone is HUGE. Is there anyway to fix this??
Thanks again in advance