﻿/**
 * webfonts.css
 * 
 * @author		[hom]
 * @copyright	Copyright (C) KICKCREATIVE Co., All Rights Reserved.
 * @license		dev 1.0
 * @link		http://www.site.com
 * 
 **/


@font-face {
	font-family: 'mini7';
	font-style: normal;
	font-weight: normal;
	src: local('mini7'), url('mini7/mini7.ttf');
}

@font-face {
	font-family: 'vijayab';
	font-style: normal;
	font-weight: normal;
	src: local('vijayab'), url('vijaya/vijayab.ttf');
}

@font-face {
	font-family: 'alike';
	src: local('alike'), url('alike/alike-regular-webfont.eot');
	src: local('alike'), url('alike/alike-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 local('alike'), url('alike/alike-regular-webfont.woff') format('woff'),
		 local('alike'), url('alike/alike-regular-webfont.ttf') format('truetype'),
		 local('alike'), url('alike/alike-regular-webfont.svg#AlikeRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
