Active
Project:
Marinelli
Version:
7.x-3.0-beta11
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jul 2012 at 19:56 UTC
Updated:
27 Jul 2012 at 19:56 UTC
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');
}