hi, I tried to get a custom font working on all browser but it is not working with one of my pc with ie8 this is the font face css i use: (using font squirrel generator) @font-face { font-family: 'font/sf_proverbial_gothicregular'; src: url('font/sf_proverbial_gothic-webfont.eot'); src: url('font/sf_proverbial_gothic-webfont.eot?#iefix') format('embedded-opentype'), url('font/sf_proverbial_gothic-webfont.woff') format('woff'), url('font/sf_proverbial_gothic-webfont.ttf') format('truetype'), url('font/sf_proverbial_gothic-webfont.svg#sf_proverbial_gothicregular') format('svg'); font-weight: normal; font-style: normal; }
font-family: 'font/sf_proverbial_gothicregular'; I think this should be the font name something like font-family: 'SF Proverbial Gothic Regular';