View Single Post
Old 10-31-2013, 11:03 AM   #5
omskillet
Junior Member
omskillet began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Oct 2013
Device: Kindle Fire HD Kindle Paperwhite
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");
}
omskillet is offline   Reply With Quote