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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T14:18:26+00:00 2026-06-11T14:18:26+00:00

I am using two commercial fonts FrenchScriptStd and FuturaStd-Light (I have bought them separately

  • 0

I am using two commercial fonts FrenchScriptStd and FuturaStd-Light (I have bought them separately and then using them to create a webpage)

This is my first page using this kind of fonts which are commercial (I have tried googlefonts but they do not have these fonts)…

@font-face {
  font-family: 'FrenchScriptStd';
  font-style: normal;
  font-weight: 400;
  src: local('FrenchScriptStd'), url('css/FrenchScriptStd.ttf') format('ttf');
}

@font-face {
  font-family: 'FuturaStd-Light';
  font-style: normal;
  font-weight: 400;
  src: local('FuturaStd-Light'), url('css/FuturaStd-Light.ttf') format('ttf');
}

#fontface1{font-family : Font1; }
h1{font-family : Font1; }
#fontface2{font-family : Font2; }
#nav a {font-family : Font2;} 

so the french font i want to be displayed when using h1 and futura font when using #nav a

/*  Typography
=============================================================== */
h1 { color:#cc6602; font-size:36px; font-family:FrenchScriptStd, arial, serif; font-weight:normal; padding-bottom:14px; }

#nav a {font-family:FuturaStd-Light, arial, serif; text-decoration:none; color:#a8241b; font-size:20px; text-shadow:0 1px #fff; display: block; }

In my pc it seems to work, but in some computers it is not displaying correctly,
Is there a way to correct this, maybe i am messing something up…

  • 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-11T14:18:27+00:00Added an answer on June 11, 2026 at 2:18 pm

    I would look into Paul Irish’s bulletproof @font-face syntax as the reason why you cannot see the font on ‘some computers’ is the fact that these computers may have different browsers installed than the browser you were originally testing on that need different font files, other than TrueType.

    A syntax that I use and have a lot of success with is:

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

    I believe that this is the @font-face style FontSquirrel uses.

    Note that in your example you have not converted the font to various web formats. Here are some services that you can use online to get all of the files converted:

    • FontSquirell
    • Free Font Converter
    • OTF to WOFF
    • Font Kit Generator

    You should then host these font files locally as you may run into issues with MIME types and headers and the FireFox browser not downloading the font files if the files are hosted externally and not on the same domain for which they are being used.

    Also, your milage will vary in mobile browsers and older versions of IE. 🙂

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

Sidebar

Related Questions

I am using two different scripts on one page and when I call them
Using two barcode readers connected to one machine, I have a need to store
Using two ScriptManagers(ASP.Net and Telerik) will effect the page performance ? I have both
I'm using two commercial libraries that are produced by the same vendor, called VendorLibA
BACKGROUND I am using a commercial application on windows that creates a drawing This
I'm using two different libraries in my project, and both of them supply a
Using two databases to illustrate this example: CouchDB and Cassandra . CouchDB CouchDB uses
We are using two database in that i need to inherit this model or
We are using two load balancing server for asp.net site in that we have
I'm using two TChart components and would like to do synchronized zooming for them.

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.