Announcement

Collapse
No announcement yet.

NeueHaasGrot Missing Fonts Are Not Missing

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    NeueHaasGrot Missing Fonts Are Not Missing

    The Google DevTools Console is reporting a number of missing fonts. The fonts are on the server but the paths to them appear to be incorrect. All of this code is appearing the <head> area but is not in the HEAD Tag field

    [CODE]<style type="text/css">
    @font-face
    {
    font-family: 'MuseoSans';
    src: url('fonts/MuseoSans_100-webfont.woff?T=09e104e4') format('woff');
    font-weight: lighter;
    font-style: normal;
    font-display: fallback;
    }
    @font-face
    {
    font-family: 'MuseoSans';
    src: url('fonts/MuseoSans_300-webfont.woff?T=09e104e4') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
    }
    @font-face
    {
    font-family: 'MuseoSans';
    src: url('fonts/MuseoSans_500-webfont.woff?T=09e104e4') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: fallback;
    }
    @font-face
    {
    font-family: 'MivaIcons';
    src: url('fonts/mivaicons.woff2?T=09e104e4') format('woff2'),
    url('fonts/mivaicons.woff?T=09e104e4') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
    }
    @font-face
    {
    font-family: 'Neue Haas Grotesk Display';
    src: url('fonts/NeueHaasGrotDisp-76BoldItalic-Web.woff2?T=09e104e4') format('woff2'),
    url('fonts/NeueHaasGrotDisp-76BoldItalic-Web.woff?T=09e104e4') format('woff');
    font-weight: 700;
    font-style: italic;
    font-stretch: normal;
    font-display: fallback;
    }
    @font-face
    {
    font-family: 'Neue Haas Grotesk Display';
    src: url('fonts/NeueHaasGrotDisp-75Bold-Web.woff2?T=09e104e4') format('woff2'),
    url('fonts/NeueHaasGrotDisp-75Bold-Web.woff?T=09e104e4') format('woff');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    font-display: fallback;
    }
    @font-face
    {
    font-family: 'Neue Haas Grotesk Display';
    src: url('fonts/NeueHaasGrotDisp-66MediumItalic-Web.woff2?T=09e104e4') format('woff2'),
    url('fonts/NeueHaasGrotDisp-66MediumItalic-Web.woff?T=09e104e4') format('woff');
    font-weight: 500;
    font-style: italic;
    font-stretch: normal;
    font-display: fallback;
    }
    @font-face
    {
    font-family: 'Neue Haas Grotesk Display';
    src: url('fonts/NeueHaasGrotDisp-65Medium-Web.woff2?T=09e104e4') format('woff2'),
    url('fonts/NeueHaasGrotDisp-65Medium-Web.woff?T=09e104e4') format('woff');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    font-display: fallback;
    }
    @font-face
    {
    font-family: 'Neue Haas Grotesk Display';
    src: url('fonts/NeueHaasGrotDisp-56Italic-Web.woff2?T=09e104e4') format('woff2'),
    url('fonts/NeueHaasGrotDisp-56Italic-Web.woff?T=09e104e4') format('woff');
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    font-display: fallback;
    }
    @font-face
    {
    font-family: 'Neue Haas Grotesk Display';
    src: url('fonts/NeueHaasGrotDisp-55Roman-Web.woff2?T=09e104e4') format('woff2'),
    url('fonts/NeueHaasGrotDisp-55Roman-Web.woff?T=09e104e4') format('woff');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: fallback;
    }
    @font-face
    {
    font-family: 'Neue Haas Grotesk Text';
    src: url('fonts/NeueHaasGrotText-76BoldItalic-Web.woff2?T=09e104e4') format('woff2'),
    url('fonts/NeueHaasGrotText-76BoldItalic-Web.woff?T=09e104e4') format('woff');
    font-weight: 700;
    font-style: italic;
    font-stretch: normal;
    font-display: fallback;
    }
    @font-face
    {
    font-family: 'Neue Haas Grotesk Text';
    src: url('fonts/NeueHaasGrotText-75Bold-Web.woff2?T=09e104e4') format('woff2'),
    url('fonts/NeueHaasGrotText-75Bold-Web.woff?T=09e104e4') format('woff');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    font-display: fallback;
    }
    @font-face
    {
    font-family: 'Neue Haas Grotesk Text';
    src: url('fonts/NeueHaasGrotText-66MediumItalic-Web.woff2?T=09e104e4') format('woff2'),
    url('fonts/NeueHaasGrotText-66MediumItalic-Web.woff?T=09e104e4') format('woff');
    font-weight: 500;
    font-style: italic;
    font-stretch: normal;
    font-display: fallback;
    }
    @font-face
    {
    font-family: 'Neue Haas Grotesk Text';
    src: url('fonts/NeueHaasGrotText-65Medium-Web.woff2?T=09e104e4') format('woff2'),
    url('fonts/NeueHaasGrotText-65Medium-Web.woff?T=09e104e4') format('woff');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    font-display: fallback;
    }
    @font-face
    {
    font-family: 'Neue Haas Grotesk Text';
    src: url('fonts/NeueHaasGrotText-56Italic-Web.woff2?T=09e104e4') format('woff2'),
    url('fonts/NeueHaasGrotText-56Italic-Web.woff?T=09e104e4') format('woff');
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    font-display: fallback;
    }
    @font-face
    {
    font-family: 'Neue Haas Grotesk Text';
    src: url('fonts/NeueHaasGrotText-55Roman-Web.woff2?T=09e104e4') format('woff2'),
    url('fonts/NeueHaasGrotText-55Roman-Web.woff?T=09e104e4') format('woff');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: fallback;
    }
    </style>/CODE]

    I could move the fonts to match the paths, but I'd like to find this code, correct the paths and move it to an external file. This code is appearing right below the script for the search in the <head>





    Leslie Kirk
    Miva Certified Developer
    Miva Merchant Specialist since 1997
    Previously of Webs Your Way
    (aka Leslie Nord leslienord)

    Email me: [email protected]
    www.lesliekirk.com

    Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

    #2
    Hi Leslie,

    Levels does not ship with those fonts as part of the front-end. Those look like ones that are part of the administration portal for the site.
    Matt Zimmermann

    Miva Web Developer
    Alchemy Web Development
    https://www.alchemywebdev.com
    Site Development - Maintenance - Consultation

    Miva Certified Developer
    Miva Professional Developer

    https://www.dev4web.net | Twitter

    Comment


      #3
      Originally posted by Matt Zimmermann View Post
      Hi Leslie,

      Levels does not ship with those fonts as part of the front-end. Those look like ones that are part of the administration portal for the site.
      Why the heck are they showing up in the <head> of the site? Can they be turned off?
      Leslie Kirk
      Miva Certified Developer
      Miva Merchant Specialist since 1997
      Previously of Webs Your Way
      (aka Leslie Nord leslienord)

      Email me: [email protected]
      www.lesliekirk.com

      Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

      Comment


        #4
        Hi Leslie,

        If they are in the HEAD of the store, then they must have been manually added to the code. Have you tried testing the store in incognito mode where you don't have the admin open in a separate tab?
        Matt Zimmermann

        Miva Web Developer
        Alchemy Web Development
        https://www.alchemywebdev.com
        Site Development - Maintenance - Consultation

        Miva Certified Developer
        Miva Professional Developer

        https://www.dev4web.net | Twitter

        Comment


          #5
          Originally posted by Matt Zimmermann View Post
          Hi Leslie,

          If they are in the HEAD of the store, then they must have been manually added to the code. Have you tried testing the store in incognito mode where you don't have the admin open in a separate tab?
          They are not in the HEAD Tag field, but they show up in the source code.
          Leslie Kirk
          Miva Certified Developer
          Miva Merchant Specialist since 1997
          Previously of Webs Your Way
          (aka Leslie Nord leslienord)

          Email me: [email protected]
          www.lesliekirk.com

          Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

          Comment


            #6
            I figured it out - it's part of the "branches" view. That explains the broken icons in the popup.
            Leslie Kirk
            Miva Certified Developer
            Miva Merchant Specialist since 1997
            Previously of Webs Your Way
            (aka Leslie Nord leslienord)

            Email me: [email protected]
            www.lesliekirk.com

            Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

            Comment


              #7
              Originally posted by lesliekirk View Post
              I figured it out - it's part of the "branches" view. That explains the broken icons in the popup.
              And I think it's a bug - it would explain why a couple of Branch related icons are missing.
              Leslie Kirk
              Miva Certified Developer
              Miva Merchant Specialist since 1997
              Previously of Webs Your Way
              (aka Leslie Nord leslienord)

              Email me: [email protected]
              www.lesliekirk.com

              Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

              Comment

              Working...
              X