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>
[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>
Comment