Many fonts don't render when Firefox opens local html file

I'm using a 3rd-party program called Fontlist. It reads all fonts in the Windows fonts folder, and then uses a user-chosen line of text to generate an html file on the hard drive that shows the line of text displayed in each font. Since it's a 3rd-party program, I don't have control over it's html programming.
When the generated html file is browsed with Internet Explorer, all fonts display correctly. When browsing it with Firefox, perhaps half or more of the fonts have an ordinary-looking backup font substituted. I've not been able to discern any pattern as to what kind of font displays correctly or does not.
In researching the problem online, I saw a hint that setting security.fileuri.strict_origin_policy to false might fix the issue. I tried it, and it did not have any effect. Also, in the Fonts and Colors Advanced option, I've checked the box to let web pages choose their own fonts.
Might there be any other settings that would enable Firefox to render virtually any industry-standard font installed on the system? This can affect any html files from 3rd-party sources, not just Fontlist.

Do the font-family names that have a space have quotes around them?
*font-family:"Aldine 721";
See also:
*https://developer.mozilla.org/en-US/docs/Web/CSS/font-family
<blockquote>Font family names must either be given quoted as strings, or unquoted as a sequence of one or more identifiers. This means that punctuation characters and digits at the start of each token must be escaped in unquoted font family names.</blockquote>

Similar Messages

  • Why won't FireFox open local .html files (when using "open file")?

    I teach hand coding and use FireFox to grade my students work. I also tell them to use this browser to review their own work. If they cannot navigate to their files on their desktop I will have to switch to another browser. I know it is something from the latest version... as I have been using FireFox for the last 5 years as my classroom browser of choice.

    Firefox should still be able to open files using open files.
    I use Windows so things may differ slightly but the option to open files is available but not visible by default, I can get the option to browse for files using: keyboard keys'''Alt , F , O'''
    My directory structure and path may differ slightly but I am also able to key directly into the location bar something such as '''''file:///C:/'''''
    A third option would be simply to click on the relevant HTML file and use the option to open, or open with Firefox. Such files may also be bookmarked.

  • Safari 5.1 does not open local html files

    Safari 5.1 does not open local html files (with .htm or .html extensions). It fails on files that previous versions of Safari opened. Firefox continues to open them. Any suggestions?

    Turn this option off:
    Regards,
    Colin R.

  • Opening local .html files on iPad

    I have created a personal homepage that I have loaded on my Macs at home. Any way I can use this file on my iPad 3?

    It is possible to open local HTML files in Safari on iPad2. Easy!
    Open your Safari.
    Touch Bookmark icon for a little while.
    A dialogue box appears with "/var/Mobile" title.
    Go to "Applications" > your app (iFile, GoodReade or whatever yours) > Documents.
    And you are there. Open your HTML files.
    Now you can go anywhere to and fro without problem.
    It is FTP:///.
    If need later, Bookmark that.
    With Loving-Kindness!
    bhikkhusirin

  • When i open any .HTML file from my computer it is not opening in firefox. Only a blank New Window Opens. Facing this problem since the firefox has updated.

    Whenever i try to open any HTML file from my computer, it opens a new firefox window which is blank. Facing this problem after the new update. please fix this problem

    I found that after Firefox v29, a LOT of my settings and<BR>
    add-ons were changed / reset. Try this;
    '''''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Start Firefox in Safe Mode]'''''
    <BR>While you are in safe mode;<BR>
    '''''Firefox Options > Advanced > General'''''.<BR>
    Look for and turn off '''Use Hardware Acceleration'''.<BR>
    Then check ALL of your settings. Browser and add-ons. Then restart.

  • Open Local HTML file in app browser?

    Hi,
    We have a question, we would like to link to a local HTML file form within a DPS article, we need the HTML file to open up in the in-app browser; we cannot use a web content overlay for this particular feature. We are able to achieve this easily with content from an online source by creating a Go To URL link with the website in the URL section.
    Can this be done form the HTML resource folder and can this be tested in the adobe content viewer?
    Or even better can we easily link to a local folder using the Go TO URL with a local file path? If so what would this be?
    Thanks
    Daydream

    Yes, you can open an HTML file in an in-app browser by adding the HTML file to the HTMLResources.zip. Create a button with a Go To URL action that looks something like this:
    HTMLResources/HTML_Local/index.html
    Make sure that you create your HTMLResources.zip file properly and upload it to the folder. You can test this in the Adobe Content Viewer on either the iPad or the Desktop as long as you preview the folio (not the article or layout).
    Basically, you use the same technique to link to the HTML file that you use to link to PDF files. For details, see the DPS Tips app > Advanced Overlays > Linking to PDF Files.

  • What is happening when Firefox opens in HTML or some other similar language after I have uninstalled, reinstalled, uninstalled, installed 3.0.8?

    One of the PCs at school came up with this problem. IE opens fine on the computer. I tried uninstalling plug-ins. To no avail. When I open Firefox, part of the page may look like the regular Firefox page but most of it is in the web page language

    "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"<br />
    "Remove the Cookies" from sites that cause problems: Tools > Options > Privacy > Cookies: "Show Cookies"<br />
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    There is also security software (firewalls) that can cause such issues, so you may need to look there as well.

  • When I open an html file saved in UTF-8 format the 3-byte file header (usually hex EF BB BF) is shown as text at top-left. How can I avoid this - all other browsers interpret the header correctly and don't show it.

    I write VB apps that create web pages for international sports scoring systems, and these must be able to show Latin, Cyrillic, eastern names etc. that require 2-bytes for some characters in the text. This means saving in UTF-8 to avoid 8-bit ASCII files being created. UTF-8 files typically have a 3-byte header = hex EB BB BF, and with all browsers except Firefox this header is interpreted and not shown. Firefox however always displays these characters as  at the top-left screen position. What do I have to do the make Firefox recognize UTF-8 files, or do to my UTF-8 files to work properly with Firefox?
    See http://www.iacusn.org/USN2010/results/ for a typical recent example.

    You see that UTF-8 BOM (Byte Order Mark) because of the content type specification in the page code.
    <pre><nowiki>content="text/html; charset=windows-1252"</nowiki></pre>
    If you remove that or change it to utf-8 then Firefox won't show that BOM as text. There is however no need to insert that BOM at the start of the file. You can also configure the server to send the file (all files) as utf-8.

  • When I open an html file from the desktop all I see is source code rather than webpage.

    I have tried clearing the cache and reading other questions similar. I have a mac and am opening these files from the desktop, not a server or anything so It's incredibly annoying that firefox wont open them as html files even though that is what they are saved as. Also there is no .txt after them. They are purely .html files.

    Try to delete the mimeTypes.rdf file in the Firefox profile folder to reset all file actions.
    *http://kb.mozillazine.org/mimeTypes.rdf
    *http://kb.mozillazine.org/File_types_and_download_actions#Resetting_download_actions
    Firefox 16.0.2 is the last version that works on an Intel Mac with the OS X 10.5 operating system.
    * https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/16.0.2/mac/
    Another option to consider is to install the last Firefox 10.0.x ESR version as that version is more recent than the Firefox 16.0.2 version.
    * https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/10.0.12esr/

  • Can't open local html file

    I use Sapphire Report Navigator to generate report. It generates html files to the local computer and uses the browser to open and display the file. Here's the address bar of one of my reports on IE and it works fine on it:
    C:\Program Files\VeriFone\Sapphire Management Suite\1.10.04 1272012\Sapphire Report Navigator\cache\30\period\2\2014-09-11.342\Summary.html
    but if I make Firefox default browser and run that report several tabs opens. I think spaces on local path creating that problem. Here's the sample address bar
    Tab1: file:///C:/Program
    Tab2: Files/VeriFone/Sapphire
    FYI: I'm using firefox 32 on win 7 32-bit
    Is there any way to solve this issue?
    Thank you in advance for your time and effort.

    I can open those file manually that's not a problem. That application triggers default browser to open and display those html file after processing report. I'm having issue in that. IE works fine but i'm having problem on Firefox.

  • When firefox opens a pdf file it always tries to use my old Adobe professional instead of my V9.3 Adobe reader. Can I change this?

    I can't really add any more than this. Often the PDF is incompatible with this older (v6) of adobe professional.

    What is your operating system?
    Open a PDF from where?  If online, in what browser?

  • Opening Local HTML Files

    I'n building a simple html viewer using Java, but I'm not sure what to use to display local html pages. I've used JEditorPane before to build a web browser, but I'm not sure how to use that to view html pages stored on the local hard drive. The setPage method in JEditorPane only takes a url, so does that mean I can't use it with local html pages? Thanks in advance for any help.

    The Swing tutorial on [url http://java.sun.com/docs/books/tutorial/uiswing/components/editorpane.html]How to Use Editor Panes contains example on how to read local html pages.

  • Open my html file and cannot edit it

    When I open my html file from Flash, in view design all I get is a grey box with the Flash symbol in the middle and no html tools.
    I want to link some of my buttons but if I go into view live I get html tools but I still can't access them to make links.
    How do I get my html page so that I can make my links?
    Forrest

    Your next button can still do that.  But it has to be programmed within Flash.  Flash files are not natively handled by Dreamweaver.  You have to export them in order to place them on a website within Dreamweaver.
    The only way that Dreamweaver can do this for you is if you create a button in Dreamweaver which does this action for you outside of the Flash area.  Then this button can link to another page or Flash file.  But if the button resides within the Flash file then it must be edited with Flash.

  • Edge project won't open. HTML file is empty. HELP!!

    I've been working on a project for nearly a month now and when I opened the .an file today it says it can't fine the associated html file even thought it's in the same folder. So I opened the html file in my text editor and it's BLANK. All the code is gone. Same for the edge.js and edgeActions.js files. I can try and piece together the html file from other test files I have, but the stage class (EDGE-205613315) is dynamically generated I assume. So I couldn't just come up with that.
    Anybody have a way to get the .an file to rebuild the html and js?
    Please??

    There's really nothing to look at. When I was talking to Adobe, I realized that the .an file is showing a file size of zero bytes, so as far as I can tell, the project erased itself when I was saving and restarting. When I open the html file in Edge, it looks like a brand new file - there aren't any elements, symbols, actions or anything. Blank canvas.
    Before I left work yesterday, I altered the html file by adding a header and footer div above and below the <div id="stage"> code. The page was running fine in my browser with those divs intact, and the .an file appeared to be saving just fine. Can adding that code have corrupted it somehow? Seems really odd to me that it would totally wipe all the associated files. But if that's an issue, then I need to find another way to build my full page around the edge file.
    Thanks for trying to help.

  • I bought and installed many fonts for a project and one font in particular which is showing up in the font list on a new file, is missing when I open an existing file containing that font. I can't understand why that's happening and the font is Centrale S

    Hi
    I am encountering a missing font error on Adobe Illustrator for a font that I recently bought - Centrale Sans Bold. This font is clearly installed in the system's font folder and is also showing in the font list on Adobe Illustrator. But when I open an existing file containing this font it is giving the error "The document uses fonts or characters which are not available or are in a different format than originally specified".
    We have also bought Centrale Sans regular from a different website as we couldn't find both on one, could that be clashing somehow?
    Also the existing file was created on MAC plattform and we are using a windows plattform to open it. That to me doesn't seem like an issue as all other files are opening up fine and I have bought around 47 fonts and only this font seems to be not working. I have also written to the website I bought it from but I have also bought around 20-25 fonts from them and all the other fonts are working fine too. Maybe its an illustrator related problem?
    Please help!!!!!!

    There is one way its getting fixed. Once I update my Adobe Illustrator CC to Adobe Illustrator CC 2014 it is further allowing me to go into the system folder and allocate the font to the file so that it can replace it. My only concern now is that our MAC partners who will receive these files back from us have Adobe CS6. We will down save it to CS6 but I hope they won't experience any font issues because of us using CC 2014? Any light you can shed on this?

Maybe you are looking for

  • Using X11 applications without having xorg-server installed.

    Hello, I have 2 computers in my network: one is a powerful 8 CPU SPARC, the second is quite old and has 4 slow CPUs. I'd like to run graphical applications on this slow server (logging into it via ssh, server doesn't have either vga nor monitor, it's

  • Error in Create Database Instance while installing NW_JAVA_700SP14_SR3

    hi frds i am getting an error while installing NW_JAVA_700SP14_SR3 the error comes in the Step 13 Create Database Instance the details are > Subprocess starts at 20080627004121 Execute Command : C:\sapdb\programs\pgm\dbmcli.exe -n Trust_In_ME -d J2E

  • Partner Number

    Hi Everyone, When i am creating a new partner profile for bank I am getting a message "Please enter a permitted partner number"Message no. E0 342. Can any one plzz tell how to do it Regards Genie

  • Foundation Services install file1 64bit zip file invalid

    Hi forum, I have downloaded the zip files for the Hyperion Foundation Services for installing 11.1.2.2. (http://www.oracle.com/technetwork/middleware/epm/downloads/epm-1112x-1584981.html - Window 64bit version) however, when unzipping the File1 (Foun

  • Where does LKSTIME.dll come from?

    Hey all, I'm looking for what program provides LKSTIME.dll. I'm reinstalling a LabVIEW 7.1 application onto a new machine. I'm missing this .dll and looking for where this guy comes from. I see it's in i386 on my other computer. Don