css - @font-face embeded fonts not working IE, but work from server IIS -


currenlty implementing ~5 different fonts using @font-face. syntax declarations correct. testing in firefox, chrome, ie/8/9/10. not accessing page using 'localhost' @ time.

senario 1: accessing page using www.dev.site.com/page server firefox: works ie/8/9/10: works chrome: works

senario 2: accessing page using www.dev.site.com/page outside server firefox: works ie/8/9/10: not work chrome: works

it strange because not using localhost access site. added network service full control on directory , didnt seem help

@font-face { font-family: 'sf_movie_posterregular'; src: url('../fonts/customtitle-webfont.eot'); src: url('../fonts/customtitle-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/customtitle-webfont.woff') format('woff'), url('../fonts/customtitle-webfont.ttf') format('truetype'), url('../fonts/customtitle-webfont.svg#sf_movie_posterregular') format('svg'); font-weight: normal; font-style: normal; }


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -