/*
*
*
LinkConnector Font Dependencies
By: Hecto Ochoa - blackstalk.us - 2015
*
*
*/


/* Karla */
@font-face {
	font-family: Karla-Bold;
	src: url('/wordpress/wp-content/uploads/2015/10/Karla-Bold.ttf') format('truetype');
}
@font-face {
	font-family: Karla-BoldItalic;
	src: url('/wordpress/wp-content/uploads/2015/10/Karla-BoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: Karla-Italic;
	src: url('/wordpress/wp-content/uploads/2015/10/Karla-Italic.ttf') format('truetype');
}
@font-face {
	font-family: Karla;
	src: url('/wordpress/wp-content/uploads/2015/10/Karla-Regular.ttf') format('truetype');
}
/* Open Sans */
@font-face {
	font-family: OpenSans-Regular;
	src: url('/wordpress/wp-content/uploads/2015/08/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
	font-family: OpenSans-Light;
	src: url('/wordpress/wp-content/uploads/2015/08/OpenSans-Light.ttf') format('truetype');
}
@font-face {
	font-family: OpenSans-Bold;
	src: url('/wordpress/wp-content/uploads/2015/08/OpenSans-Bold.ttf') format('truetype');
}
@font-face {
	font-family: OpenSans-CondLight;
	src: url('/wordpress/wp-content/uploads/2015/08/OpenSans-CondLight.ttf') format('truetype');
}
@font-face {
	font-family: OpenSans-CondBold;
	src: url('/wordpress/wp-content/uploads/2015/08/OpenSans-CondBold.ttf') format('truetype');
}
/* Quicksand */
@font-face {
	font-family: Quicksand;
	src: url("/wordpress/wp-content/themes/codeus-child/fonts/Quicksand-Regular.otf") format("opentype");
}
@font-face {
	font-family: Quicksand-LightItalic;
	src: url("/wordpress/wp-content/themes/codeus-child/fonts/Quicksand-LightItalic.otf") format("opentype");
}
@font-face {
	font-family: Quicksand-Light;
	src: url("/wordpress/wp-content/themes/codeus-child/fonts/Quicksand-Light.otf") format("opentype");
}
@font-face {
	font-family: Quicksand-Italic;
	src: url("/wordpress/wp-content/themes/codeus-child/fonts/Quicksand-Italic.otf") format("opentype");
}
@font-face {
	font-family: Quicksand-BoldItalic;
	src: url("/wordpress/wp-content/themes/codeus-child/fonts/Quicksand-BoldItalic.otf") format("opentype");
}
@font-face {
	font-family: Quicksand-Bold;
	src: url("/wordpress/wp-content/themes/codeus-child/fonts/Quicksand-Bold.otf") format("opentype");
}
