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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T10:04:10+00:00 2026-06-11T10:04:10+00:00

My problem is that I am using a locally-hosted webfont (which we’ll call Gothic)

  • 0

My problem is that I am using a locally-hosted webfont (which we’ll call Gothic) and the font-size I apply in the stylesheet has a dramatic effect on the backup fonts declared.

Example, using imaginary numbers for ease:

Gothic is sized at 48, px or em, takes up about a width of 300px. Backup font Arial, if it loads instead for whatever reason, at 48 px or em, loads at a width of about 1200 pixels.

I have never seen a typeface behave like this which makes me wonder if the strangeness is due to the construction of the file format, but I am unsure. Any help would be welcome.

  • 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-11T10:04:12+00:00Added an answer on June 11, 2026 at 10:04 am

    First of all, take a look at browser’s @font-face support and note that:

    • EOT format is supported by IE only
    • WOFF is supported by any browser but IE8
    • SVG is not supported by IE and Firefox
    • TTF/OTF is well supported by any browser but IE

    Do you cover any browser?

    Then you need to provide a fallback for browsers not supporting @font-face at all.

    I suggest you to include Modernizer on your document’s head section.


    Select @font-face and Add CSS classes on Modernizer’s download page, or follow this download link.

    Modernizer adds classes to your page’s <html> element, so you can use this classes to override settings for browsers not supporting a specific feature.
    This rule will apply to the whole document:

    .no-fontface {
        font-size:16px; /* the font size value for Arial only */
    }
    

    It must be placed below any other font-size rule.
    Alternatively, you can declare font-size:16px !important; and put the rule anywhere in your stylesheet. It will not be overwritten (except by other rules using important! of course).

    If you want to target a specific element, you’ve to put .no-fontface at the beginning of the selector. For example:

    .no-fontface #header h1 {
        font-size:18px;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

My root problem is that when using calls Dispose on a StreamWriter , it
My problem is that I am using the .hover method to get the x
I'm facing a problem that drives me crazy, I created a java application using
I'm facing a problem that seems to have no straighforward solution. I'm using java.util.Map
I have a JQuery (using JQuery 1.4.2) problem that exhibits only in IE8 in
I'm using Entity Framework in my project, and I have the problem that, once
I am using swfupload to upload files on a website, the problem that every
I want to make a windowless application. The problem is that I'm using a
My problem actually is that I was using the response body before the callback
well I have that problem, im using a lightbox srcipt and im opening an

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.