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

  • Home
  • SEARCH
  • 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 8709137
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T04:17:47+00:00 2026-06-13T04:17:47+00:00

I have a @font-face problem with IE7. It displays the character – as a

  • 0

I have a @font-face problem with IE7. It displays the character - as a square, see this screenshot. Normal text and other special characters as &, / and + etc displays properly.

It works as expected in all browsers I’ve tested, even IE8.

Has anyone encountered this before, and possibly know of a solution?

The CSS I use to load the fonts is as follows, and I’ve tried using both text-transform:uppercase/lowercase to see if that was the problem.

@font-face {
font-family: 'rex-bold';
src: url('fonts/rex_bold-webfont.eot');
src: url('fonts/rex_bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/rex_bold-webfont.woff') format('woff'),
    url('fonts/rex_bold-webfont.ttf') format('truetype'),
    url('fonts/rex_bold-webfont.svg#rex_bold_bold') format('svg');
font-weight: normal;
font-style: normal;
}
  • 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-13T04:17:48+00:00Added an answer on June 13, 2026 at 4:17 am

    This seems to be a problem with the Rex fonts. They do not contain “-” HYPHEN-MINUS U+002D (i.e., the common Ascii hyphen). This means that browsers will have to take that character from another font. You can see from the screenshot that the hyphen is of different design – with the stroke thinner as in the letters. The result may vary by browser and its settings, and old versions of IE are notoriously bad here – they may even fail to render the character at all, showing a small rectangle instead, even if there are fonts in the system that cover it.

    To fix this, set some alternate fonts, e.g.

    font-family: rex-bold, Tahoma, Verdana, sans-serif;
    

    You would choose the fonts so that their hyphen matches the design of Rex Bold. This cannot be perfect, but with some care, you get a better rendering on most browsers.

    Since Rex Bold has all letters designed as uppercase, the hyphen should be uppercase-style, too. Tahoma and Verdana might do. For some modern fonts, you might be able to use font-feature-settings (in browser-prefixed forms) to select such a variant glyph when available, using the case property. I’ve composed a simple test page for testing the effects of such settings. But most fonts lack such nice features, so you should probably just pick up fonts where the hyphen glyph is “high enough” (and bold enough).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a problem with CSS3 property for using my own fonts @font-face. In
I have a problem with jQuery and @font-face. I need to work out the
I have a HTML5-canvas and write text with context.fillText(...); using a @font-face-font. Displaying the
I'm using a font in my site: http://www.fontsquirrel.com/fonts/Bentham But I have a problem: This
I have a project that's been using font-face without problem for some time. Today
I've had this problem in a lot of different webs. You have a font
I have some problem with font-face that are loaded are deform my div height.
Anyone know why CSS provides color for text, but does not have font-color or
Html text box should have same font size for both upper and lower case
My problem is simple, I have the font set in the body style to

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.