Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8154281
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T16:17:28+00:00 2026-06-06T16:17:28+00:00

EDIT 23-06-2012 10:24 (CET) : Found the answer Take a look at the bottom

  • 0

EDIT 23-06-2012 10:24 (CET): Found the answer

Take a look at the bottom answer. That is what fixed the issue for me. IE9 is rendering the right way now. IE8 has a slightely different font. Not sure what font, but it looks “OK”.

Original Question:

I’ve been struggling with this for several hours now. For one of our customers we’ve designed a webshop and been developing this over a normale unsecure http connection. Since 2 days ago, we’ve installed an SSL certificate on the domain and forced every connection with the website to go over the https domain using .htaccess

But, for some reason, IE (no version) renders the font we’ve specified in the CSS using @Font-Face. Here’s on of the codes we are using for the fonts:

@font-face {
    font-family: 'ProximaNovaLight';
    src: url('https://www.bijouterieyvette.com/font-face/proximanova-light-webfont.eot');
    src: url('https://www.bijouterieyvette.com/font-face/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.bijouterieyvette.com/font-face/proximanova-light-webfont.woff') format('woff'),
         url('https://www.bijouterieyvette.com/font-face/proximanova-light-webfont.ttf') format('truetype'),
         url('https://www.bijouterieyvette.com/font-face/proximanova-light-webfont.svg#ProximaNovaLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

As you can see I’m using the full link to the fonts including the https. I’ve tried moving the files to the root of the domain to match the SSL certificates domain. I also tried to use relative paths from within the CSS but also this didn’t work.

All fonts are on the domain, none of them are cross-domain.

I came across 2 other posts here on SO describing similar problems, one of the wasn’t solved, the other one was, but it didn’t seem to be the same problem. In this case the author of the question had to add Access-Control-Allow-Origin headers to the file requests of woff/ttf/otf/svg. I’ve also added these headers to my .htaccess just to be sure:

<FilesMatch "\.(woff|ttf|otf|svg)$">
    <IfModule mod_headers.c>
        Header set Access-Control-Allow-Origin "*"
    </IfModule>
</FilesMatch>

I’m kind of running out of options and thoughs. I’m no server-configuration-type-of-guy, but more into PHP/MySQL/jQuery so I guess my thoughts are rather limited compared to others here on SO.

If anyone has an option which is worth trying, just let me know!

UPDATE 22-06-2012:

If I change the https to http and refresh the page in IE, I am being prompted with the message that there is non-secure content and I have the option to accept this content. If I choose ‘YES’ my content is being loaded and… the font is available!! Yay.. However.. if I change it back to https the fonts disappear again.

Not sure what I can learn from this (lol), but maybe this gives anyone a little idea..

UPDATE 22-06-2012 #2:

Thus far I have tried:

url(‘//protocol/relative/font.eot’);
url(‘../file/relative/font.eot’);
url(‘/domain/relative/font.eot’);
url(‘https://www.secure.tld/font.eot&#8217;);
url(‘http://www.normal.tld/font.eot&#8217;); (works but with a popup “Containing non secure items in IE)

I also tried to create a rewriterule forcing the FilesMatch (woff, ttf, otf, eot, svg) to a http:// connection. That didn’t work as I thought and I haven’t got a clue wether it did anything at all..

I also added this:

AddType application/vnd.ms-fontobject .eot
AddType font/truetype .ttf
AddType font/opentype .otf
AddType font/opentype .woff
AddType image/svg+xml .svg .svgz

To the folder containing the fonts (in an .htaccess files ofcourse) aswell as in the main .htaccess file.

Besides that I tried to remove the htpasswd login, it was a wild guess, but didn’t change a thing either.

UPDATE 23-06-2012:

Checked the DirectAdmin server logs.. apparently IE is requesting the fonts (I see an eot file with the questionmark, I’m guessing this is the eot with iefix and woff being requested). Everything that’s requested is also getting a 200 OK header response, which isn’t making things more clear for me..

Still looking and searching for what could cause this problem..

Also, based on the “F12 Console Log”-thingy in IE. I can clearly see that the fonts are being requested -over https- with a 200 OK response. Strange thing is I only see 3 out of the 4 fonts I’m using, but possible the 4th isn’t being used on the mainpage.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T16:17:30+00:00Added an answer on June 6, 2026 at 4:17 pm

    So, I just figured out a way that is working for IE, Safara, Firefox and Chrome as far as I can see.

    Since all the things I tried did not work out, I was trying to find a way that could “embed” the fonts eitherway to my websites, to my CSS or to my server. Added the font to my server wasn’t an option according to my server-guy so I decided to get back to Font-Squirrel and see if there was an option they offered in converting the fonts.

    I reuploaded my fonts en chose the export mode. Somewhere around the bottom of the settings fields it says “Base64 Encode”, luckily I knew what this meant (I can imagine someone who doesn’t easily looks over this option) so I genereted my CSS files with base64 embdedded fonts.

    This works flawlessly. Ofcourse this made my CSS files some kb’s bigger (5kb vs 129kb). But I don’t see a big adventage of 100kb extra with the current internet connections.

    Just to compare, non base64 encoded CSS:

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

    Base64 encoded CSS:

    @font-face {
        font-family: 'ProximaNovaBold';
        src: url('proximanova-bold-webfont-webfont.eot');
        }
    
    @font-face {
        font-family: 'ProximaNovaBold';
        src: url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAF+8ABMAAAAArzAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABqAAAABwAAAAcYT+YZ0dERUYAAAHEAAAALQAAADIC+wHsR1BPUwAAAfQAAAf7AAAURoqljoZHU1VCAAAJ8AAAACAAAAAgbJF0j09TLzIAAAoQAAAAWwAAAGB+FsNBY21hcAAACmwAAAGdAAAB+uY47ZljdnQgAAAMDAAAADoAAAA..alotmorecharacters...FDmYlYoTkE8HdsTFF2cwU74AAU/lecUAAA==) format('woff'),
             url('proximanova-bold-webfont-webfont.ttf') format('truetype'),
             url('proximanova-bold-webfont-webfont.svg#ProximaNovaBold') format('svg');
        font-weight: normal;
        font-style: normal;
    
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

EDIT : As of 2012-06-11 this bug has been finally fixed! https://bugs.webkit.org/show_bug.cgi?id=35981#c1 I have
EDIT: See my answer below--> I am wanting to have a view that when
Edit : Note that, as Daniel and latkin noted in an answer and a
EDIT 4/16/2012: I solved the issue of getting the timezone abbreviated into a letter
EDIT 4/16/2012: I fixed the problems and have the sortings working appropriately. I also
Edit (2012-04-12): Since this question was asked it is now possible (as of jQuery
EDIT 07/14 As Bill Burgess mentionned in a comment of his answer, this question
EDIT: I was an idiot. I simply had an image that was vertically long,
EDIT: iam using ajax to load text in my content that is why onload
EDIT: this is what is shown in my website logs xx.xx.xxx.xx - - [27/Jan/2012:17:42:24

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.