/* 
    Document   : fonts
    Created on : Dec 2, 2011, 12:15:33 PM
    Author     : CagunA
    Description:
        Load custom fonts 
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/*	@font-face
{
    font-family: VijayaRegular;
    src: url('../fonts/VijayaRegular.ttf');
}*/


@font-face {
	font-family: 'eutemia';
	src: url('../fonts/Eutemia.eot'); /* IE9 Compat Modes */
	src: url('../fonts/Eutemiad41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../fonts/Eutemia.woff') format('woff'), /* Modern Browsers */
	     url('../fonts/Eutemia.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('../fonts/Eutemia.svg#svgEutemia') format('svg'); /* Legacy iOS */
	}


@font-face {
	font-family: 'helr46w'; /*helr46w*/
	src: url('../fonts/helr46w.eot');  /*IE9 Compat Modes */
	src: url('../fonts/helr46wd41d.eot?#iefix') format('embedded-opentype'),  /*IE6-IE8 */
	     url('../fonts/helr46w.woff') format('woff'), /* Modern Browsers */
	     url('../fonts/helr46w.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('../fonts/helr46w.svg#svgHelvetica') format('svg');  /*Legacy iOS */
	}
	
	

@font-face {
    font-family: 'VijayaRegular';
    src: url('../fonts/vijaya-webfont.eot');
    src: url('../fonts/vijaya-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/vijaya-webfont.woff') format('woff'),
         url('../fonts/vijaya-webfont.ttf') format('truetype'),
         url('../fonts/vijaya-webfont.svg#VijayaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Opensans';
    src: url('../fonts/Opensans.eot');
    src: url('../fonts/Opensansd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Opensans.woff') format('woff'),
         url('../fonts/Opensans.ttf') format('truetype'),
         url('../fonts/Opensans.svg#VijayaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Ahbat';
    src: url('../fonts/Opensans.eot');
    src: url('../fonts/Opensansd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Opensans.woff') format('woff'),
         url('../fonts/Opensans.ttf') format('truetype'),
         url('../fonts/Opensans.svg#VijayaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Ahbat';
    src: url('../fonts/Ahbat.eot');
    src: url('../fonts/Ahbatd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Ahbat.woff') format('woff'),
         url('../fonts/Ahbat.ttf') format('truetype'),
         url('../fonts/Ahbat.svg#Ahbat') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura.eot');
    src: url('../fonts/Futurad41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Futura.woff') format('woff'),
         url('../fonts/Futura.ttf') format('truetype'),
         url('../fonts/Futura.svg#Ahbat') format('svg');
    font-weight: normal;
    font-style: normal;

}
