/*
Include FF DaxWeb Pro Fonts. 
The licence is given for FF Dax Web Pro. The font files were renamed according to the standard FF Dax version because this was the initial basis for creating the code for including the FF Dax fontface.
By renaming the font files there is no need to change the code. Pro Fonts are needed for some of the diacritics. Presently full support for Sanskrit transliteration is only available with Fedra Pro or maybe FF Fago Pro.
*/

@charset "utf-8";

@font-face {
	font-family: DaxWeb;
	    src: url('/Font/DaxWeb.eot?') format('eot'),
         url('/Font/DaxWeb.woff') format('woff'),
         url('/Font/DaxComp.ttf') format('truetype');
		font-weight: normal;
		font-style: normal;
}
@font-face {
	font-family: DaxWeb;
	    src: url('/Font/DaxWeb-Ita.eot?') format('eot'),
         url('/Font/DaxWeb-Ita.woff') format('woff'),
         url('/Font/DaxComp-Ita.ttf') format('truetype');
		font-weight: normal;
		font-style: italic;
}
@font-face {
	font-family: DaxWeb;
	    src: url('/Font/DaxWeb-Bold.eot?') format('eot'),
         url('/Font/DaxWeb-Bold.woff') format('woff'),
         url('/Font/DaxComp-Bold.ttf') format('truetype');
		font-weight: bold;
		font-style: normal;
}
@font-face {
	font-family: DaxWeb;
	    src: url('/Font/DaxWeb-BoldIta.eot?') format('eot'),
         url('/Font/DaxWeb-BoldIta.woff') format('woff'),
         url('/Font/DaxComp-BoldIta.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}