Google fonts reference in header freeze dreamweaver

Our organization has been using google fonts with success for about 6 mo. now. However, today we ran into an issue with google fonts relating to Adobe Dreamweaver CS4 on multiple computers. It seems when opening a Header include page w/ google fonts reference on them in the form of
<link href='//fonts.googleapis.com/css?family=Open+Sans:300,400' rel='stylesheet' type='text/css'>
Dreamweaver freezes and then crashes after about 5 min.  We then moved the references to the css import method like "@import url(https://fonts.googleapis.com/css?family=Didact+Gothic);", the same issue occurred w/ the css file . I looked in google for support forums for this issue and found none. Do you have any insight?

I was having this exact same issue, it would repeatedly hang although I always shut it down before it crashed. Finally after trying the css include it saved the file after about 2 minutes, now magically it seems to be working. It's very frustrating and now every time I save the file with the link in it I'm worried it's going to hang and I'll lose my work.

Similar Messages

  • How to use Google fonts not in an H tag?

    How do you do it?
    I ask this because Im under the impression h tags have attributes that come along with it to make it like a paragraph, right?
    Im looking at making a few word a Google font and a caption. How would I apply this to a div? Inline? Or a new css rule? Both?
    Im not good at handcoding CSS, so this is why I ask.
    I have the Google font in my CSS and call a few HTML headers h1,h2,h2 to it fine. How do I make text not in an H tag the Google font?
    (yes, I think it's a super easy answer, but not too knowledgeable about it)
    Also, does CS5 DW have some sort of support to make the Google font a selectable from the dropdown?

    Use CSS classes.
    .google {
         google font rules go here...
    HTML:
    <p class="google">This paragraph uses google font</p>
    <h1 class="google">This heading uses google font</h1>
    <h1>This heading uses standard font</h1>
    <p>This paragraph uses standard font</p>
    CSS classes appear in the drop-list on your properties panel.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Google fonts not showing in Greek

    Hi Community: Problem is pretty simple. Google fonts are not displayed in Greek text. English text looks fine.
    Why is that? How can this be fixed?
    Font mainly used: Roboto Condensed.

    Problem resolved.
    The reference to the google font needed to also be secure when on a secure page:
    <link href='https://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>

  • Google Fonts, DIVS, student needs help

    For a class project I am trying to replicate this magazine page I selected.  The idea of the project is to use things such as google web fonts.
    So far, I have done this - the font's don't have to match.  It just needs to have the same sort of look:
    OK, so far so good.  But I KNOW that this isn't semantic markup!  The name "Andre Benjamin" should be the <h1>, but I cannot figure out how to do that using google web fonts since the heading used 3 different fonts and different sizes. 
    Additionally, though it looks great in firefox this is how it renders in IE - No google font showing up, the divs are not lining up right.  The site is not "live", this is the view from previewing in IE.  Maybe IE needs it loaded on a server for google font to show?:
    So thanks for any help you can provide.  I know that I need to clean up this code before I go much further.
    The html is:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    <link href="typography.css" rel="stylesheet" type="text/css" />
    <link href='http://fonts.googleapis.com/css?family=Ewert' rel='stylesheet' type='text/css'><!--A-->
    <link href='http://fonts.googleapis.com/css?family=Asset' rel='stylesheet' type='text/css'><!--NDR-->
    <link href='http://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'><!--E-->
    </head>
    <body>
    <div id="container">
    <div id="largeH1">A</div>
    <div id="medH1">NDR</div>
    <div id="medH1_2">&eacute</div>
    <div id="smallH1">BENJAMIN</div>
    </div><!--container-->
    </body>
    </html>
    The CSS is:
    @charset "utf-8";
    body {
        background-color: #333;
    #container {
        height: 1242px;
        width: 960px;
        margin-top: 20px;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
        background-image: url(images/bgNapkin.jpg);
        border: thin solid #ADC2A1;
    #largeH1 {
        font-family: 'Ewert', cursive;
        font-size: 300px;
        color: #d94730;
        margin-left: 35px;
        height: 300px;
        width: 215px;
        float: left;
    #medH1 {
        font-family: 'Asset', cursive;
        font-size: 75px;
        margin-left: 200px;
        color: #D94730;
        padding-top: 60px;
    #medH1_2 {
        font-family: 'Chivo', sans-serif;
        color: #D94730;
        font-size: 110px;
        margin-left: 625px;
        margin-top: -120px;
    #smallH1 {
        font-family: 'Chivo', sans-serif;
        color: #D94730;
        font-size: 36px;
        letter-spacing: 40px;
        margin-left: 255px;
        margin-top: -10px;

    Read up on nth-child pseudo-selectors.
    http://css-tricks.com/how-nth-child-works/
    Below, a quick and dirty example with span tags.
    CSS:
    span:nth-child(1)
    {font-size:250%}
    span:nth-child(2)
    {font-size:150%}
    span:nth-child(3)
    {font-size:100%}
    span:nth-child(4)
    {font-size:75%}
    span:nth-child(5)
    {font-size:50%}
    HTML:
    <h1><span>This</span> <span>is</span> <span>a</span> <span>spanned</span> <span>heading</span></h1>
    The result:
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Can anyone help me to create a header in Dreamweaver CS5 (image included)

    Hi there:
    I have a project to do and i have to create this header:
    i even didn't know how to insert the vertical line (between the logo and the text) so i just cropped this image in fireworks and got the logo and the vertical line and just insert the image in dreamweaver, and when i tried to type the text: compass adventure tours it didnt go to where it is now, it went down and didn't know how to reposition it to its right position so hope that someone can help me with creating this header in dreamweaver.
    Thanks

    You could do this very nicely with CSS styled tables. 
    Copy and Paste the following code into a new, blank HTML document (in code view).
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Nested Table</title>
    <style type="text/css" media="all">
    /**GENERAL STYLES**/
    body {font: 1em/1 Geneva, Arial, Helvetica, sans-serif}
    #table1, #table2, #table3 {
    border:none;
    width:100%;
    text-align:center;
    font-weight:bold;
    /**BACKGROUNDS AND COLORS**/
    #table1{background:#333333; color: #FFFFFF;}
    #table2 {background:#333333; color: #FFFFFF;}
    #table3 {background:#0066CC; color: #99CC00;}
    /**CELL WIDTHS AND BORDERS**/
    #table1 .td1 {
    width: 16.6%;
    border-right: 1px solid silver}
    #table2 .td2 {
    width:50%;
    border-top: 1px solid silver;
    border-right:1px solid silver;}
    #table2 .td3 {
    width:50%;
    border-top: 1px solid silver;}
    #table3 td {
    width: 16.6%;
    border-right: 1px solid silver;}
    /**VERTICAL ALIGNMENT**/
    #table2 tr,
    #table3 tr {vertical-align: bottom;}
    /**LINKS**/
    a img {border:none}
    #table3 a {
    text-decoration:none;
    display:block;
    line-height: 1.5em;}
    #table3 a:link {color:#99CC00}
    #table3 a:visited {color:#CCCCCC}
    #table3 a:hover,
    #table3 a:active
    #table3 a:focus {background: maroon; color:#FFFFFF}
    </style>
    </head>
    <body>
    <table id="table1">
    <tr>
    <td class="td1">your logo goes here</td>
    <td>
    <!--begin nested table -->
    <table id="table2">
    <tr>
    <td colspan="2">
    <h1>COMPASS ADVENTURE TOURS</h1>
    </td>
    </tr>
    <tr>
    <td class="td2">
    <h2>HOME</h2>
    </td>
    <td class="td3">
    <h2>BANNER </h2>
    </td>
    </tr>
    </table>
    <!--end nested table -->
    </td>
    </tr>
    </table>
    <!--begin navigation table -->
    <table id="table3">
    <tr>
    <td><a href="#">HOME</a></td>
    <td><a href="#">DRIVING</a></td>
    <td><a href="#">CYCLING</a></td>
    <td><a href="#">DESTINATIONS</a></td>
    <td><a href="#">RESERVATIONS</a></td>
    <td><a href="#">CONTACT</a></td>
    </tr>
    </table>
    </body>
    </html>
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • Need someone with experience using Google fonts!

    Doing my first site using Google fonts... love it! BUT I have a problem! Since I'm using a condensed Google font, when I'm in "split" view in Dreamweaver... Dreamweaver doesn't actually show the font - have to view it on server since it has to locate the Google font. So what is happening, it the font is showing up wider while I'm working in Dreamweaver and causing divs to be shifted around. Not a problem because it will display fine on the server BUT the shifting of divs is overlapping the area I need to work in! Kindof hard to explain. So here is a screenshot. The word "membership" in the top left nav is pushing the sidebar to the right, exactly where I need to try add/change content. Again, I KNOW it will LOOK fine once on the server when the fonts are rendered using the more condensed Google font. But will make working on these pages very difficult. Anyone run into this problem????

    Dreamweaver help (F1)  search for 'Design Time Stylesheets'.  Choose a comparable condensed font from your system's font library.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Vidaloka - Typekit font or Google font?

    When I started building my website some months ago I selected Vidaloka for headings – I am sure it was in Typekit as otherwise (AIUI) only basic Mac fonts can be used.I wanted to give the site a distinctive look and feel – it is supposed to be a bit like a newspaper.
    But now it seems to have disappeared from Typekit.
    But it is in Google fonts.
    I have seen posts telling me that to use the Google font I have to put various bits of HTML in various places, eg page properties and headers. Don't quite understand this  – I come from a newspaper editing background [InDesign is my native app]
    My site is londonsriver.com and Vidaloka is used half a dozen times on each of 30 pages.
    Do I have to put the HTML code into EVERY HEADING on EVERY PAGE? And then continue doing that with the next 20 pages in the pipeline?
    Or is it easier just to find a new Typekit font that looks good and fits?
    Any helpful suggestions welcome.
    Ken

    Believe me, I understand the pain. Unfortunately there's only so much we can do at Adobe as the EULAs provided by the foundries for their respective fonts are very explicit in where you can and can not use them.
    For example, packaging an InDeisgn file and sending it off for pre-press with the fonts included in the package is in direct violation of most font EULAs. In a studio environment, you're only allowed to have a font installed on n number of computers and need to have multiple licenses to accomidate >n number of seats. When creating a PDF, fonts explicitly have to be subsetted before embedding into the PDF.
    That's just to paint a picture of the fragile state of using fonts in print, usage in digital mediums is just another bee in your bonnet when it comes to considering when you can and cannot use a font.
    Services like Typekit Desktop are trying to make this easier by removing a lot of those pain and condierations for you, by blanketing all these fonts under a single license you're free to use for print and the web. There's still some gotchyas, but we're aiming to greatly reduce how much you have to think about it where we can.
    So yes there's a bit of education when it comes to mixing embedded HTML content/fonts with DPS, but at least there's options
    Sarah

  • Communication problem when using Google Font api

    Hi
    When I try linking to the Google font api I receive a communication error in BrowserLab. The page renders OK outside of BrowserLab in my usual browser and if I remove the link then the page works in BrowserLab (but obviously doesn't include the fonts).
    I have tried increasing the delay time but still no luck.
    Is this something that just won't work? I'd love to be able to use BrowserLab to help build out my site but can't at present.
    The page in question is http://rockingdesign.co.nz.
    Thanks for looking,
    Tim

    Hi Tim, I just tested that link in BrowserLab and I don't think I'm seeing any issue. I'm attaching a screenshot of Firefox 4 Windows taken by BrowserLab. I didn't get any error, and the screenshot looks ok to me.
    Was this possibly a temporary issue or do you not have the proper link back in? If you still see it, can you give me more info, the exact error message you see, and possibly a screenshot?
    Thanks,
    Mark

  • Is it possible to remove unseen font references from an .fm file?

    We have used a Framemaker book template that was created about 15 years ago to create technical manuals. We've modified this template many times. It's pretty complex, but the main purpose is to keep the appearance, structure, etc., consistent among mulitiple writers. It works well.
    We originally used Times and Helvetica as the primary fonts. Now we're using other fonts. It was a tedious job to replace all the instances of Times and Helvetica in the Paragraph and Character designers.
    Here's the problem:
    Theoretically, these fonts should be gone.
    But if I open the template files, even with no content, I get this message in the Frame Console:
    xxx Font is not available.               (where xxx is Helvetica or Times or variants)
    zzz will be used in this session.
    I didn't see this problem until today, because my computer was just reimaged by IT and so I no longer have these (Postscript) fonts installed. Frame thinks these fonts are still used in the various .fm chapters. But, it should not need them.
    I got to thinking about how old our template is and so I "examined" one of the template files, chapter.fm. I renamed the file chapter.txt and was able to open in with Notepad. I found about 40 references to Helvetica buried in Frame's code (some of it "machine language"). This was certainly revealing. My real question is, is there anyway to purge the files of these font references? The file structure is totally complex and I would not think of editing these files. I'm sure this would not work, and Adobe would probably arrest me if I did.
    Is there a MIF editor or similar that could do this?
    I could reinstall these fonts as a workaround, but they're really not used and so I would rather purge the font references if I can.
    Someone may say: Create a new template. If we did, we would want it to be the same as the one we have. It is complex enough that we just cannot take the time to do this. It would take days and days.
    Thanks for any help.

    Bill,
    Many years ago I had a similar problem. I solved it by saving the file to mif and then opening the mif file with NotePad or WordPad, then searching for instances of the old font. These usually appeared as a toggle on and a toggle off without any text between them. So, I deleted them and opened the mif file and saved back to fm. I did not take the opportunity to determine exactly where these instances were in the file. They can be anywhere..body pages, reference pages, master pages, etc.
    NOTE that if you take the above route and then import your template into existing files, the instances in existing files will still be there because it cannot copy in something that does not exist.
    When you say, "This will blow away the old references," do you think it would get rid of the numerous references that are unseen in the .fm file (unless you look at it in Notepad)?
    No, the references are still there, but you have changed them to a different font, one that is on your system. Arnis' point is that this is a simple way to get rid of the console messages because the assumption is that such font references do not display in your document so are likely inocuous.
    Van

  • Firefox 3.6.3 is not supported by the Google Font API

    I have Firefox 3.6.3 on my Macbook, but is only detected as 3.0.1on this form. When I link to the Google font website, it says, "We're sorry, but your browser is not supported by the Google Font API. To browse the fonts in the Google font directory please switch to a more modern browser." So I have to use Safari to get to the page.
    == URL of affected sites ==
    http://code.google.com/webfonts

    Maybe this article will help - [[Websites or add-ons incorrectly report incompatible browser]]

  • Firefox doesn't display Romanian diacritics properly (Google Fonts)

    Hello,
    I have a blog on Blogger, which is in Romanian. I am using Arimo (Google Font). I tested my blog on several popular browsers (Google Chrome, Opera, even Internet Explorer) to check if the diacritics are displayed properly. They work perfectly on all 3 browsers.
    However, on Firefox, only two of them work Î & Â, while the other three (Ș, Ț, Ă) are replaced with another font. What could be the problem? I would love for all my visitors to see the same design, regardless of the browsers they use. Can you help? Thanks in advance.
    Here's an image, to better understand my issue - http://i.imgur.com/257QyId.png

    The link for my blog is http://ferdy.ro
    @guigs2 - thank you filling a bug report.
    @cor-el,
    As you can see, if you access my blog, it displayes the Arimo font, yet three Romanian diacritics (ș, ț, ă) are displayed with the Arial font. I used the sans-serif trick in my CSS code and it sort of fixes the problem, but not entirely.
    Arimo has tons of diacritics (including Romanian diacritics) and special characters, yet this issue occurs only on Firefox and Yandex (tested today), however it is displayed properly in Chrome, Opera and even Internet Explorer.
    The 'Allow pages to index...' setting is already enabled on my browser. Also, the Page Inspector generates a 'Not found' for me. This is weird, if it was because of the font, then it shouldn't work on all the browsers.
    If there is nothing I can about it, then I'll switch to Arial entirely or keep it this way - it's very important for me to have the same design on all of the browsers.

  • How to use Google Fonts in email?

    Hi,
    I would like to know how I use google fonts in my emails.
    We're using the ubuntu font and I see the fonts on my computer but after sending an email the fonts change.
    I'm using the addon SmartTemplate4.
    Hope any f you know the answer!
    Thanks in advance

    Several online resources point to these two articles at Campaign Monitor:
    * [https://www.campaignmonitor.com/blog/post/3897/using-web-fonts-in-email Using web fonts in email] (Dec. 2012)
    * [https://www.campaignmonitor.com/resources/will-it-work/webfonts/ Web Fonts] (permanent resource)
    The first link provides examples on how to do this, while the second one has informaiton about email client support & compatibility with this feature.
    Keep in mind using web fonts will have a limited effect if viewing such emails while offline.
    [http://kb.mozillazine.org/Default_HTML_font_for_new_messages_-_Thunderbird This older MozillaZine article] also has information about fonts use in Thunderbird. In my experience in most cases the receiving party will have to have the fonts locally installed for the best results.

  • Need to increase font size of header in ALV

    Hi,
        I have a requirement to increase the font-size of header in the output ALV report. Also, i need to remove some of the standard icons from the output ALV using IT_EXCLUDING ?...Could any of you help me with this ?

    Hi friend,
    first, to increase font size of ALV header you can build a header manually as below:
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
    * EXPORTING
    *   I_INTERFACE_CHECK                 = ' '
    *   I_BYPASSING_BUFFER                = ' '
    *   I_BUFFER_ACTIVE                   = ' '
    *   I_CALLBACK_PROGRAM                = ' '
       I_CALLBACK_PF_STATUS_SET          = 'PF_STATUS_SET '
       I_CALLBACK_USER_COMMAND           = 'HTML_TOP_OF_PAGE'
    *   I_CALLBACK_TOP_OF_PAGE            = ' '
    *   I_CALLBACK_HTML_TOP_OF_PAGE       = ' '
    *   I_CALLBACK_HTML_END_OF_LIST       = ' '
    *   I_STRUCTURE_NAME                  =
    *   I_BACKGROUND_ID                   = ' '
    *   I_GRID_TITLE                      =
    *   I_GRID_SETTINGS                   =
    *   IS_LAYOUT                         =
    *   IT_FIELDCAT                       =
    *   IT_EXCLUDING                      =
    *   IT_SPECIAL_GROUPS                 =
    *   IT_SORT                           =
    *   IT_FILTER                         =
    *   IS_SEL_HIDE                       =
    *   I_DEFAULT                         = 'X'
    *   I_SAVE                            = ' '
    *   IS_VARIANT                        =
    *   IT_EVENTS                         =
    *   IT_EVENT_EXIT                     =
    *   IS_PRINT                          =
    *   IS_REPREP_ID                      =
    *   I_SCREEN_START_COLUMN             = 0
    *   I_SCREEN_START_LINE               = 0
    *   I_SCREEN_END_COLUMN               = 0
    *   I_SCREEN_END_LINE                 = 0
    *   I_HTML_HEIGHT_TOP                 = 0
    *   I_HTML_HEIGHT_END                 = 0
    *   IT_ALV_GRAPHICS                   =
    *   IT_HYPERLINK                      =
    *   IT_ADD_FIELDCAT                   =
    *   IT_EXCEPT_QINFO                   =
    *   IR_SALV_FULLSCREEN_ADAPTER        =
    * IMPORTING
    *   E_EXIT_CAUSED_BY_CALLER           =
    *   ES_EXIT_CAUSED_BY_USER            =
      TABLES
        t_outtab                          =
    * EXCEPTIONS
    *   PROGRAM_ERROR                     = 1
    *   OTHERS                            = 2
    IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    in your code, write 2 subroutines name: HTML_TOP_OF_PAGE and PF_STATUS_SET
    FORM html_top_of_page USING r_top TYPE REF TO cl_dd_document.
      DATA: text TYPE sdydo_text_element.
      DATA: s_table TYPE REF TO cl_dd_table_element.
      DATA: col_key TYPE REF TO cl_dd_area.
      DATA: col_info TYPE REF TO cl_dd_area.
    ** split TOP-Document
      CALL METHOD r_top->vertical_split
        EXPORTING
          split_area  = r_top
          split_width = '50%'.
    *    IMPORTING
    *      right_area  = a_logo.
    ** fill TOP-Document
      text = 'Example of a Heading'(201).
      CALL METHOD r_top->add_text
        EXPORTING
          text         = text
          sap_style    = 'HEADING'.
      CALL METHOD r_top->new_line.
      CALL METHOD r_top->new_line.
    CALL METHOD r_top->new_line.
      CALL METHOD r_top->new_line.
      CALL METHOD r_top->add_table
        EXPORTING
          no_of_columns = 2
          with_heading  = ' '
          border        = '0'
        IMPORTING
          table         = s_table.
      CALL METHOD s_table->add_column
        IMPORTING
          column = col_key.
      CALL METHOD s_table->add_column
        IMPORTING
          column = col_info.
      text = 'A key value marked'(202).
      CALL METHOD col_key->add_text
        EXPORTING
          text         = text
          sap_emphasis = 'Strong'.
      CALL METHOD col_info->add_gap
        EXPORTING
          width = 6.
      text = '600' .
      CALL METHOD col_info->add_text
        EXPORTING
          text      = text
          sap_style = 'Key'.
      CALL METHOD col_info->add_gap
        EXPORTING
          width = 3.
      text = 'Test'.
      CALL METHOD col_info->add_text
        EXPORTING
          sap_fontsize = cl_dd_area=>large "set font size
          text         = text.
    endform.
    *&      Form  pf_status_set
    *  Set pf status for alv list
    *      -->PT_EXTAB   tab for excluding fcode
    FORM pf_status_set USING pt_extab TYPE slis_t_extab.
      DATA:
            ls_extab TYPE slis_extab.
    *-sort up
      ls_extab-fcode = '&OUP'.
      APPEND ls_extab TO pt_extab.
    *-- sort down
      ls_extab-fcode = '&ODN'.
      APPEND ls_extab TO pt_extab.
      SET PF-STATUS 'STANDARD' EXCLUDING pt_extab. "change standard as your status
    ENDFORM.                    "pf_status_set
    You can refer the set font size in report DD_STYLE_TABLE.
    regards,

  • Google fonts all but unreadable in Safari

    I just downloaded the latest version of Safari and happen to notice that the Google font I am using for my website--"Exo"--is completely unreadable in paragraph form. Is this intentional on the part of Apple? It looks fine in every other browser and I hate having to dumb down my design, especially for Apple...

    Changing Preferences > font settings > Windows standard (I am on a Windows machine)
    to
    > Best for CRT
    Solved the problem. The weird thing is that this setting only affected the home page content: The other pages looked fine!
    If anyone has a conjecture why this might be I'd love to hear it. The bigger question is whether we should rely on browser settings to render our particular fonts correctly. Should <p> tags still still stick to the traditional font families or are Safari users savvy enough to make the adjustment? I don't want the user of a particular browser to think I don't know what I'm doing...

  • Firefox doesn't display Google fonts on parts of my site

    I'm creating a website, using Joomla 3. My template uses Google Fonts (Roboto & Roboto Condensed).
    On Headers and Paragraphs the font is shown correctly, but not on my TopMenu (and submenus). Why is that? How can I fix this?
    Here's a link:
    http://s560994685.onlinehome.us/access2/

    Many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies do the following:
    #Go to Firefox > History > Clear recent history or (if no Firefox button is shown) go to Tools > Clear recent history.
    #Under "Time range to clear", select "Everything".
    #Now, click the arrow next to Details to toggle the Details list active.
    #From the details list, check ''Cache'' and ''Cookies'' and uncheck everything else.
    #Now click the ''Clear now'' button.
    Further information can be found in the [[Clear your cache, history and other personal information in Firefox]] article.
    Did this fix your problems? Please report back to us!

Maybe you are looking for