/* font:  
 * - Roboto (http://www.fontsquirrel.com/fonts/Roboto)
 * - Fonts are stored in the server's html folder ...
 *
 * Note to developer:
 * - Change the font-family to be generic ..
 * - See: http://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax
 *
 */ 
 
 @font-face {
	font-family: 'LiberationSans' ;
	src: url('/font-LiberationSans/LiberationSans-Bold-webfont.eot');
    src: url('/font-LiberationSans/LiberationSans-Bold-webfont?#iefix') format('embedded-opentype'),
         url('/font-LiberationSans/LiberationSans-Bold-webfont.woff') format('woff'),
         url('/font-LiberationSans/LiberationSans-Bold-webfont.ttf') format('truetype'),
         url('/font-LiberationSans/LiberationSans-Bold-webfont.svg#liberation_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;
	
	}


/* default */ 
@font-face {
	font-family: 'Roboto';
	font-weight: normal ;
	font-style: normal ;
	src: url('/font-Roboto/Roboto-Medium-webfont.eot'); /* IE9 Compat Modes */
	src: url('/font-Roboto/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('/font-Roboto/Roboto-Medium-webfont.woff') format('woff'), /* Modern Browsers */
	     url('/font-Roboto/Roboto-Medium-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('/font-Roboto/Roboto-Medium-webfont.svg#robotomedium') format('svg'); /* Legacy iOS */
	}

/* italic */
@font-face {
	font-family: 'Roboto';
	font-weight: normal ;
	font-style: italic ;
	src: url('/font-Roboto/Roboto-MediumItalic-webfont.eot'); 
	src: url('/font-Roboto/Roboto-MediumItalic-webfont.eot?#iefix') format('embedded-opentype'),
	     url('/font-Roboto/Roboto-MediumItalic-webfont.woff') format('woff'), 
	     url('/font-Roboto/Roboto-MediumItalic-webfont.ttf')  format('truetype'),
	     url('/font-Roboto/Roboto-MediumItalic-webfont.svg#robotoitalic') format('svg'); 
	}

/* bold */
@font-face {
	font-family: 'Roboto';
	font-weight: bold ;
	font-style: normal ;
	src: url('/font-Roboto/Roboto-Bold-webfont.eot'); 
	src: url('/font-Roboto/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
	     url('/font-Roboto/Roboto-Bold-webfont.woff') format('woff'), 
	     url('/font-Roboto/Roboto-Bold-webfont.ttf')  format('truetype'),
	     url('/font-Roboto/Roboto-Bold-webfont.svg#robotobold') format('svg'); 
	}

/* bold + italic */
@font-face {
	font-family: 'Roboto';
	font-weight: bold ;
	font-style: italic ;
	src: url('/font-Roboto/Roboto-BoldItalic-webfont.eot'); 
	src: url('/font-Roboto/Roboto-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
	     url('/font-Roboto/Roboto-BoldItalic-webfont.woff') format('woff'), 
	     url('/font-Roboto/Roboto-BoldItalic-webfont.ttf')  format('truetype'),
	     url('/font-Roboto/Roboto-BoldItalic-webfont.svg#robotobolditalic') format('svg'); 
	}

/* light */
@font-face {
	font-family: 'Roboto';
	font-weight: 300 ;
	font-style: normal ;
	src: url('/font-Roboto/Roboto-Light-webfont.eot'); 
	src: url('/font-Roboto/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
	     url('/font-Roboto/Roboto-Light-webfont.woff') format('woff'), 
	     url('/font-Roboto/Roboto-Light-webfont.ttf')  format('truetype'),
	     url('/font-Roboto/Roboto-Light-webfont.svg#robotlight') format('svg'); 
	}

/* 
 * OpenSans font family
 */

@font-face {
    font-family: 'OpenSans';
    src: url('/font-OpenSans/OpenSans-Regular-webfont.eot');
    src: url('/font-OpenSans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font-OpenSans/OpenSans-Regular-webfont.woff') format('woff'),
         url('/font-OpenSans/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('/font-OpenSans/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSans';
    src: url('/font-OpenSans/OpenSans-Bold-webfont.eot');
    src: url('/font-OpenSans/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font-OpenSans/OpenSans-Bold-webfont.woff') format('woff'),
         url('/font-OpenSans/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('/font-OpenSans/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSans';
    src: url('/font-OpenSans/OpenSans-Light-webfont.eot');
    src: url('/font-OpenSans/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font-OpenSans/OpenSans-Light-webfont.woff') format('woff'),
         url('/font-OpenSans/OpenSans-Light-webfont.ttf') format('truetype'),
         url('/font-OpenSans/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSans';
    src: url('/font-OpenSans/OpenSans-ExtraBold-webfont.eot');
    src: url('/font-OpenSans/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font-OpenSans/OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('/font-OpenSans/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
         url('/font-OpenSans/OpenSans-ExtraBold-webfont.svg#OpenSansExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSans';
    src: url('/font-OpenSans/OpenSans-Semibold-webfont.eot');
    src: url('/font-OpenSans/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font-OpenSans/OpenSans-Semibold-webfont.woff') format('woff'),
         url('/font-OpenSans/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('/font-OpenSans/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: 600;
    font-style: normal;

}