I am using a font for my site which is stored under my project folder as fontsand i used this code in css.my css\[code\] @font-face{font-family: buddys;src: url('/fonts/Kristen-ITC-Regular.ttf'), url('/fonts/Kristen-ITC-Regular.eot'); /* IE9 */}\[/code\]its working on localhost while its uploaded to live the font style not apply on my site. How to make it work on live site.Thanks.