Problems using CSS @font-face in Firefox 6.0.2

I use this CSS code below for @font-face Web fonts. They work in all other browsers except Firefox 6.0.2

Can you please help me with this problem?

{@font-face}

font-family: 'Anime Ace';
src: url("./fonts/AnimeAceBold.eot"); /* EOT file for IE */

}

{@font-face}

font-family: 'Anime Ace';
src: url("./fonts/AnimeAceBold.ttf") format("truetype");/* TTF file for CSS3 browsers */

}

H1 {font family: 'Anime Ace', without serif; color: #F5F5BE; font size: 1.5em ;}}

Try to use absolute paths for fonts to see if it works to avoid potential problems of field.

Tags: Firefox

Similar Questions

  • How to apply the "Slate Pro Light" using CSS font?

    Hello

    Could you tell me how to apply the font of "Slate Pro Light" using CSS? I have not found a solution for the 'Light' slate Pro variation selection.

    Thank you.

    I usually use the definition of CSS of police-family at the following address on my html and body elements:

    font-family: "Slate Pro", Slate, "Myriad Pro", "BBAlpha Sans", Helvetica;
    

    Potentially adding "slate Pro Light" should do the trick. Alternatively, you could take advantage of the make-weight property when you need a lighter framework:

    font-weight: normal|bold|bolder|lighter|number|initial|inherit;
    

    In this case, lighter, might do the trick?

  • Problems using some fonts...

    Hello

    IM currently using the police "Solid Londrina" on my site - (www.michelelambertyoga.co.uk/index1)

    His watch is not on my iphone, but sound using another font by default.

    Can it be fixed or at least is there a way I can select a different default smart phone?

    See you soon

    Smart phone screen is the least of your problems

    Your policy does not also appear on a bunch of other computers who never even heard of the police, much less install

    Google "websafe fonts" to grasp the concept.

    Fortunately, Google fonts (it's free) will allow you to install fonts on your site, so it appears as desired.

    http://www.Google.com/WebFonts/specimen/Londrina+solid

    HTH

  • Problem using MathType Fonts

    I need to write papers with mathematical symbols and have tried to use MathType. I get an error when I start the current version of MathType. A window pops up that says:

    "MathType requires a newer version of the currently installed MT Extra police. Please reinstall MathType to the current version or [know how to disable the Apple fonts]. »

    I tried uninstalling and reinstalling MathType and still get the same error. I tried to disable the Apple fonts and that did not work. I called MatType support and they gave me instructions to install the font MT Extra Applications > MathType 6 > fonts > TrueType file. I did this and got a pop-up window that looked like an overview of the police: symbols such as the universal quantification. After a few seconds, a window appeared called "Validation of the police. He said:

    "1 serious error was found not to use this font." There is a button at the bottom of the window that says "install verified" its greyed out, but if I select additional MT in the window it always gives me the option to click the button.

    I did not go ahead and install the police even though since it sounded like a serious mistake. I asked the support of MathType and they said not to worry about that and just go ahead and use the font. However, when I go ahead and click on the 'Install' button despite a serious red warning, I get a WARNING OTHER say, something like:

    "This could seriously affect your environment, including breakdowns of the system."

    I ask the people of MathType one more time but thought I would as in this case. Does anyone know why I get these errors and more importantly is - it really good to use the font? Are there any other ways in addition to MathType for math formulas? I have a lot, especially just to the first-order logic, set theory, and summons.

    I'm on an iMac running OS 10.11.5 (the info in my profile is outdated, will correct this) and with the help of Apple product Pages version 5.6.2

    I would like some suggestions here.

    It's for Mac support community Pages and not the place debug MathType. Continue to work with MathType support team, as it is their product and not an integral part of the Pages.

  • @font-face missing in Firefox 15 ligatures

    I use a @font-face for my site, http://lunatorium.com/, and the ligatures fi and ff are not displayed to the top.

    This happened in the latest versions of Firefox and was corrected by adding - moz-font-feature-settings: "liga = 0; rule @font-face for policies affected, but since the upgrade to Firefox 15, which set no longer works. The solution is in place and the ligatures appear not, but ONLY 15 of Firefox. All other browsers are fine.

    The syntax has changed and is now 'liga' 0;

    -moz-font-feature-settings: "liga=0";
    -moz-font-feature-settings: "liga" 0;
    
  • @font-face not working in FF, but work elsewhere.

    Hey, I tried to get @font-face works in Firefox, but it simply doesn't. I am hosting the police outside and the way I do work on other browsers. This is my code:

    < body bgcolor = "CA2E28" style = "margin-left: 0px;" margin-right: 0px; ">
    < style type = "text/css" media = "screen, print" >
    {@font-face}
    do-family: "Blackout".
    SRC: url (link woff is here, don't want to here however).
    }
    Body {do-family: 'Blackout'}
    < / style >

    THIS SHOULD BE THE BLACKOUT.

    < / body >

    Can you check to see if Firefox downloads the file? To do this, start by opening the Web Console in the lower part of the tab under your page using either:

    • CTRL + SHIFT + k
    • button '3-bar' menu > developer > Web Console
    • (menu bar) Tools > Web Developer > Web Console

    Click on the "Network" button/tab along the top of the console and reload the page. Here you can see Firefox asks the file and, if so, whether it is reclaimed.

    If extracted, and then click the Console and reload the page and watch the error messages that might relate to the police. Something strange?

    If the download of the police and there is no error message, use the tab of the Inspector to look at the body element and see if the style is there and is used to effect (i.e., none blocked).

    If all that is good, you may check your personal settings to make sure that you are not Web site font substitution. Either:

    • menu button '3 - bar' (or edition menu) > Preferences > content

    Click the Advanced button and make sure that you have checked "allow pages to choose their own fonts.

    If all this is good, so it's a mystery. Have you checked Firefox on other machines or other operating systems?

    For reference: https://developer.Mozilla.org/docs/Web/CSS/@font-face

  • Why my CSS font family keep appearing with the brands of the word around him?

    I'm trying to add a new font to my collection in CSS, and I had no problem with any other so far. However when you try to add a new times Roman Italic to the collection he will add, but appears in green in speech marks, so does not work in the browser. Could someone help me please?

    Screen Shot 2014-12-02 at 09.21.06.png

    When the choice of fonts, it is better to use CSS-font families where one or more fonts are not installed on the end user system.  If Times New Roman is not available, the browser uses a font backup font family.  The generic default is serif.

    H2 {}

    font size: 26px;

    do-family:TimesNewRoman,"Times New Roman",Times,Baskerville,Georgia,serif;

    make-style: italic;

    color: #898888;

    }

    Related links:

    Nancy O.

  • extra spaces added (that I can't get rid of) when you use STHeiti fonts.  What can I do?

    Hello

    Lhen I use the font I want to use (STHeiti), extra spaces added automatically - spaces which, moreover, I can't "delete" - after each apostrophe (or a single quotation mark).  See screen grabs below:

    example 1.png

    Here's another example:

    example 2.png

    Do you know how I can make these spaces go away?  When I do a search on the internet (InDesign STHeiti), I see that others have had other problems with this font... relating to a finished project export in pdf and to print.

    In the context of discussions about this, one person said that police STHeiti "is installed as part of the Apple operating system and is probably intended for on-screen display". "

    , But someone from another adds: " " the font is installed, by default, on all Mac 10.4 and higher (possibly further than that, but lets go with what we know), to open the file to the printer on a mac this will have the font available


    I'm on my Mac, but (not yet ready for the printer), then why I have a problem using this font?

    I know I could use another font, but this STHeiti is really nice!

    Thanks for any advice,

    Malcolm

    If you want to continue to use this font you can uncheck the box use the quotes on Indesign > Preferences > Type and extra spaces disappear.

  • @font-face can not work in Firefox but work on other browsers.

    I made a website and uses a police custom requiring a @font-face for styling. I used Internet Explorer, Firefox and Chrome to check if the CSS script works and I found it works well, except Firefox.

    I tried to find resources or questions about it, but it seems difficult. Will there be web programmers who know this problem?

    Here is the code:

    {@font-face}
    Police-family: of yore;
    SRC: url("font/Yesteryear-Regular.woff");
    }

    To all the people who helped me in this topic, thank you very much. I found what the problem is... In fact the Firefox does support the EOT file type and make the entire side @font destroyed. I removed it and only put WOFF file in CSS and it works now.

    Thank you very much.

  • @font-face works does not in Firefox

    Hello

    I ended up working on how to add non-webfonts on board by the font squirrel generator. My fonts show perfectly on my scene, Safari, and Chrome, but firefox use my fonts back fall.

    This is the CSS code:

    {@font-face}

    do-family: 'de3_display_egyptianregular ';

    SRC: url('gdnegyde3reg-webfont.eot');

    SRC: url('gdnegyde3reg-webfont.eot?#iefix') format('embedded-opentype'),

    URL('gdnegyde3reg-webfont.woff') format ('woff'),

    URL('gdnegyde3reg-webfont.ttf') format ('truetype'),

    URL('gdnegyde3reg-webfont.svg#de3_display_egyptianregular') format ('svg');

    make-weight: normal;

    make-style: normal;

    }

    . ClassName {}

    do-family: "de3_display_egyptianregular", Georgia, Times, serif;

    do-size: 12px;

    color: #353535;

    }

    I add the font with the addition of fonts

    de3_display_egyptianregular, Times, Georgia, serif

    ".. rel="stylesheet"href="Fonts/stylesheet.css"type/css"media-"screen a link" title = "" charset = utf - 8 "/ >

    Did I miss something?

    On the link tag:

    Learn more about link tag.

  • Why does firefox want to use different fonts on the mounted hard drives

    On Mac OS 10.6.5 using Firefox 3.6.12 opening Firefox, I get a dialog box saying "Firefox want to use the font 'TremorlTC TT' on the volume"USB BU".

    This occurs for two of my external hard drives. It gives me the options: display in the Finder cannot not or allow. I tried all 3 and none has solved the problem.

    See How can I stop Firefox asks me to install fonts whenever I run?

    See also Bug 567552 (please do not comment in bug reports)

  • FireFox do not use local fonts, but use fonts online

    Hello

    My edge animation animate (version 3.0.0.322.27519) taken under the Mavericks (10.9.2) uses local fonts. Safari and Chrome use local fonts without problem. 29 Firefox does not work. However, FireFox uses fonts online without problem. I can't find information on a specific moz prefix that should be used in the link to the fonts.

    Also in this project of edge animate, when I use the fonts online, the text that uses is previewed correctly. I see the fonts used. However when I assign a local police, the preview does not use the local police. But in a webkit browser window, the local police is used correctly.

    Is this a bug? Or y at - it a particular way to post a link to the fonts stored locally within a project of edge animate to make it work in all browsers?

    Kind regards

    Announcement

    I found a solution. Apparently, the reference name used for the police who was linked cannot be chosen freely.

  • How can I increase the font size of the url using CSS?

    I thought I knew how to do this. I want to increase the size of a url using CSS.

    I created a rule:

    {a.15text}

    do-family: Arial, Helvetica, without serif.

    font size: 25px;

    make-weight: normal;

    color: #BC2828;

    text-decoration: underline;

    }

    In the code, I have the following:

    " < a href =" http://www3.Imperial.AC.UK/edudev/workshops/intro/TfL "class ="15text"target ="_blank"> Introduction to teaching for learning < /a > "

    In Dreamweaver, the class = "15text" make the font size of the above more general url, but when I saw in the browser, the size of the font of the undelrined url remains low.

    What I am doing wrong? How to make the url, the largest font size?

    I have no problem of change in the characteristics of normal text, but a problem with URL.

    It's because you can't have class that start with a certain number of names.

    Replace - 15text - Texte15

  • How the color of text using CSS instead of font tags? [was: W3C Validator]

    Hi, I was hoping that someone could help me with a little problem I have with how I control the color in some of my text, the validator tells me to use CSS but tell me how, any help would be nice. Thanks, Jeff

    ErrorLine 59, column 102: are the item is obsolete. Use CSS instead.

    … <sup>per m&sup2;</sup></s>   <font color="red">Now only &pound;15.49

    https://www.qualitycarpets.NET/jAlbums-carpet-Saxony/Saxon-King-Saxony.php

    There are countless tutorials online covering it, and there are several ways to do this via CSS

    for example http://webdesign.about.com/od/css/a/aa051801a.htm

    A simple option using inline CSS:

    > Now only £15.49

    or, if the Red is semantically significant (i.e. significant),.

    CSS

    em {color: #f00 ;} }

    HTML

    <>> Now only £15.49

    Alternatively, you can achieve the same results using built-in or external CSS.

  • I use AOL for email and Firefox 9.0.1. Problem started 2 days ago. Before that I put in the two first letters of an email address and he gave me a list of possible. Now I get "undefined" for each possible instead of the email address.

    There is no problem after updating to Firefox 9.0.1. My contact list always displays as he did before that this problem occurred. When I type the first letter or two of the email address, it used to give me a list of possible. Now t shows just as "undefined" e-mail address when he gives me suggestions for the address that I type in the invoice line. This means that instead of being able to click on my choice in the possible he gives me, I have to go to my contact list, find the name and then click on it if I send email to a person. If it passes in more ways than one, I either enter the full address or use copy and paste from the list of contacts. It is a huge hassle. Any help is appreciated.

    You use like CCleaner cleaning software?

    It is possible that there is a problem with the file that stores the data for the "saved form.

    Rename or delete the formhistory.sqlite (more formhistory.sqlite - log and formhistory.sqlite.corrupt, if they exist) in the profile folder of Firefox in the case where there is a problem with the file that stores the data for the "saved form.

    Which will remove all the data forms, so you can rename formhistory.sqlite to formhistory.sqlite.sav or move the file to another folder in case you need to retrieve recorded data.

    If that worked, then you can delete the files renamed.

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of the extensions or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > appearance/themes).

Maybe you are looking for