Location	http://zzglobal.net/sites/zzglobal.net/themes/marinelli/fonts/BergamoStd-Regular.otf
Referrer	http://zzglobal.net/sites/zzglobal.net/themes/marinelli/css/css3/css3_fonts.css?m7c2y6

http://zzglobal.net/sites/zzglobal.net/themes/marinelli/fonts/Franchise-Bold.ttf
Referrer	http://zzglobal.net/sites/zzglobal.net/themes/marinelli/css/css3/css3_fonts.css?m7c2y6

The css/css3/css3_fonts.css is the problem:

@font-face {
    font-family: 'franchise';
    src: url('../../fonts/Franchise-Bold.ttf');
}

@font-face {
    font-family: 'bergamo';
    src: url('../../fonts/BergamoStd-Regular.otf');
}
@font-face {
    font-family: 'franchise';
    src: url('../../fonts/Franchise/Franchise-Bold.ttf');
}

@font-face {
    font-family: 'bergamo';
    src: url('../../fonts/bergamo/BergamoStd-Regular.otf');
}