Results 1 to 2 of 2

Thread: Embedded fonts not working in Firefox and IE

  1. #1
    Join Date
    Dec 2014
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Embedded fonts not working in Firefox and IE

    I've embedded three fonts onto this website: http://bbloft.ca/bb/
    It seems to be working on Google Chrome and Safari, but won't show up on Firefox and IE.
    Any help or suggestions would be much appreciated.

    Here is the CSS code:
    Code:
    @font-face{ font-family: "America Typewriter"; src: url("fonts/america-typewriter.ttc");}
    @font-face{ font-family: "Century Gothic""; src: url("fonts/century-gothic.ttf");}
    @font-face{ font-family: "Infinita"; src: url("fonts/infinita.ttf");}
    h1, h2, h3 { font-family: "Infinita", "Century Gothic", Helvetica, Arial, sans-serif;  font-weight: normal; }
    .main_header_about, .main_header_left { font-family: "Century Gothic", Helvetica, Arial, sans-serif; font-size: 21px; font-weight: 100; }
    p { font-family: "Century Gothic", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; }
    #menu_section .sf-menu, .sf-menu li a, .sf-menu > li > a { font-family: "Infinita", "Century Gothic", Helvetica, Arial, sans-serif;  font-size: 26px; font-weight: 200; }
    #top_form_close, .menu_at_top #menu_section, .menu_at_top .sf-menu li a, #searchform_top input, 
    #searchform_top input:focus, .fount_forced_menu #menu_section, .fount_forced_menu .sf-menu > li > a, 
    .fount_forced_menu #searchform_top input, .fount_collapsed_menu #top_form_close, 
    .fount_collapsed_menu #menu_section, .fount_collapsed_menu .sf-menu > li > a, 
    .fount_collapsed_menu #searchform_top input {font-family: "Infinita", "Century Gothic", Helvetica, Arial, sans-serif;
        color: #F60;
        font-weight: 100;
    }
    Last edited by jscheuer1; 12-14-2014 at 03:16 AM.

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Custom fonts and their usage vary from browser to browser and sometimes platform to platform. One should always have a suitable generic font as a backup so that the page is accessible if the custom font is not.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Similar Threads

  1. hvmenu fonts drastically enlarged in firefox
    By amcgall in forum Dynamic Drive scripts help
    Replies: 0
    Last Post: 03-10-2010, 09:41 AM
  2. Replies: 8
    Last Post: 10-10-2009, 05:24 AM
  3. javascript code not working in ie but working in firefox
    By sukanya.paul in forum JavaScript
    Replies: 2
    Last Post: 02-20-2009, 01:44 PM
  4. Embedded Video in Step Carousel Viewer with Firefox
    By kietcallies in forum Dynamic Drive scripts help
    Replies: 0
    Last Post: 10-24-2008, 08:44 PM
  5. Fonts not working
    By redice in forum HTML
    Replies: 1
    Last Post: 03-20-2006, 10:15 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •