Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Font not displaying in IE8

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #148160
    tannercampbell
    Participant

    What is the deal? The Crimson font will not manifest in IE8:

    @font-face {font-family: 'crimson_textbold';
        src: url('/resources/fonts/Crimson/crimsontext-bold-webfont.eot');
        src: url('/resources/fonts/Crimson/crimsontext-bold-webfont.eot?#iefix') format('embedded-opentype'),
             url('/resources/fonts/Crimson/crimsontext-bold-webfont.woff') format('woff'),
             url('/resources/fonts/Crimson/crimsontext-bold-webfont.ttf') format('truetype'),
             url('/resources/fonts/Crimson/crimsontext-bold-webfont.svg#crimson_textbold') format('svg');
        font-weight: normal;
        font-style: normal;}
    
    @font-face {font-family: 'crimson_textroman';
        src: url('/resources/fonts/Crimson/crimsontext-roman-webfont.eot');
        src: url('/resources/fonts/Crimson/crimsontext-roman-webfont.eot?#iefix') format('embedded-opentype'),
             url('/resources/fonts/Crimson/crimsontext-roman-webfont.woff') format('woff'),
             url('/resources/fonts/Crimson/crimsontext-roman-webfont.ttf') format('truetype'),
             url('/resources/fonts/Crimson/crimsontext-roman-webfont.svg#crimson_textroman') format('svg');
        font-weight: normal;
        font-style: normal;}
    
    @font-face {font-family: 'crimson_textsemibold';
        src: url('/resources/fonts/Crimson/crimsontext-semibold-webfont.eot');
        src: url('/resources/fonts/Crimson/crimsontext-semibold-webfont.eot?#iefix') format('embedded-opentype'),
             url('/resources/fonts/Crimson/crimsontext-semibold-webfont.woff') format('woff'),
             url('/resources/fonts/Crimson/crimsontext-semibold-webfont.ttf') format('truetype'),
             url('/resources/fonts/Crimson/crimsontext-semibold-webfont.svg#crimson_textsemibold') format('svg');
        font-weight: normal;
        font-style: normal;}
    
    #148171
    jurotek
    Participant
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.