@font-face not working on ie8

Discussion in 'HTML & Website Design' started by frankmust, Feb 28, 2013.

  1. #1
    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;
    }
     
    frankmust, Feb 28, 2013 IP
  2. rozehrocks

    rozehrocks Active Member

    Messages:
    311
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    88
    #2
    font-family: 'font/sf_proverbial_gothicregular';

    I think this should be the font name something like font-family: 'SF Proverbial Gothic Regular';
     
    rozehrocks, Mar 1, 2013 IP
  3. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,999
    Best Answers:
    253
    Trophy Points:
    515
    #3
    Yeah, the family name shouldn't be a path...
     
    deathshadow, Mar 2, 2013 IP