I do indeed have them referenced.
Code:
@font-face {
font-family:Arezzo;
font-style:normal;
font-weight:bold;
src : url("../fonts/arezzodemi.ttf");
}
@font-face {
font-family:"Gibson Bold";
font-style:normal;
font-weight:bold;
src : url("../fonts/gibson-bold.otf");
}
@font-face {
font-family:"Gibson Light";
font-style:normal;
font-weight:200;
src : url("../fonts/gibson-light.otf");
}
@font-face {
font-family:"Gibson Light Italic";
font-style:italic;
font-weight:300;
src : url("../fonts/gibson-lightit.otf");
}
@font-face {
font-family:Gibson;
font-style:normal;
font-weight:normal;
src : url("../fonts/gibson-regular.otf");
}
@font-face {
font-family:"Gibson SemiBold";
font-style:normal;
font-weight:600;
src : url("../fonts/gibson-semibold.otf");
}
@font-face {
font-family:Louisiana;
font-style:normal;
font-weight:normal;
src : url("../fonts/louisiana.otf");
}
@font-face {
font-family:"Minion Pro";
font-style:normal;
font-weight:normal;
src : url("../fonts/minionpro-regular.otf");
}