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 7641369
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T08:54:16+00:00 2026-05-31T08:54:16+00:00

I have tried a few different ways to include the correct fonts in the

  • 0

I have tried a few different ways to include the correct fonts in the CSS. I know that I need the eot version for the font to work on IE, but I can’t get it to recognize it. I have used font squirrel to convert the fonts, and I have placed the .eot file and .otf file in a folder called “fonts” Here is my CSS:

@font-face {
    font-family: BebasNeue;
    src: url('fonts/BebasNeue.eot');
    src: url('fonts/BebasNeue.otf') format("opentype");
}

UPDATE
So through suggestions from below, I was led to this site: http://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax

I used the CSS:

@font-face {
font-family: 'BebasNeue';
src: url('fonts/bebasneue.eot'); /* IE9 Compat Modes */
src: url('fonts/bebasneue.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('fonts/bebasneue.woff') format('woff'), /* Modern Browsers */
     url('fonts/bebasneue.ttf')  format('truetype'), /* Safari, Android, iOS */
     url('fonts/bebasneue.svg#svgBebasNeue') format('svg'); /* Legacy iOS */
}

Then I went back to Font Squirrel, downloaded the kit fresh again, and renamed everything correctly, and it worked.

  • 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-05-31T08:54:17+00:00Added an answer on May 31, 2026 at 8:54 am

    You need to set Access-Control-Allow-Origin HTTP Header for this
    See here:
    IE9 blocks download of cross-origin web font


    Does this work?

    @font-face {
        font-family: 'BebasNeue';
        src: url('fonts/BebasNeue.eot');
        src: url('fonts/BebasNeue.eot?#iefix') format('embedded-opentype'),
             url('fonts/BebasNeue.otf') format("opentype");
    }
    

    On Fontsquirrel they do it this way
    http://www.fontsquirrel.com/fontfacedemo/bebas-neue

    Download the @font-face kit from there

    @font-face {
        font-family: 'BebasNeueRegular';
        src: url('/utils/load_demo_font.php?font=960/BebasNeue-webfont.eot');
        src: url('/utils/load_demo_font.php?font=960/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
             url('/utils/load_demo_font.php?font=960/BebasNeue-webfont.woff') format('woff'),
             url('/utils/load_demo_font.php?font=960/BebasNeue-webfont.ttf') format('truetype'),
             url('/utils/load_demo_font.php?font=960/BebasNeue-webfont.svg#BebasNeueRegular') 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

I have tried this a few different ways and it always seems to fail.
I have tried this a few different ways but none of them seem to
I have tried a few different ways to display wName, wContact with no luck
I have tried this a few different ways, but the result always seems to
So I am pretty new to JSP. I have tried this a few ways.
I've tried asking this in a few different ways, but let's give it another
The problem I'm having is removing spaces. I've tried a few different ways and
I have tried quite a few codes but none of them seem to work
I have tried different examples to filter a gridview by dropdownlist, but is it
I have now tried to get this to work for a few hours but

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.