
body {
	/*font-family: "UbuntuRegular", Myriad Pro, Arial, sans-serif;*/
	font-family: Arial;
}

.light {
	/*font-family: "UbuntuLight", Myriad Pro, Arial, sans-serif;*/
	font-family: Arial;
}

.medium {
	/*font-family: "UbuntuMedium", Myriad Pro, Arial, sans-serif;  */
	font-family: Arial;
}

.condensed {
	/*font-family: "UbuntuCondensed", Myriad Pro, Arial, sans-serif; */
	font-family: Arial;
}



@font-face {
    font-family: 'UbuntuRegular';
    src: url('./fonts/Ubuntu-R-webfont.eot');
    src: url('./fonts/Ubuntu-R-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/Ubuntu-R-webfont.woff') format('woff'),
         url('./fonts/Ubuntu-R-webfont.ttf') format('truetype'),
         url('./fonts/Ubuntu-R-webfont.svg#UbuntuRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'UbuntuLight';
    src: url('./fonts/Ubuntu-L-webfont.eot');
    src: url('./fonts/Ubuntu-L-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/Ubuntu-L-webfont.woff') format('woff'),
         url('./fonts/Ubuntu-L-webfont.ttf') format('truetype'),
         url('./fonts/Ubuntu-L-webfont.svg#UbuntuLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'UbuntuMedium';
    src: url('./fonts/Ubuntu-M-webfont.eot');
    src: url('./fonts/Ubuntu-M-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/Ubuntu-M-webfont.woff') format('woff'),
         url('./fonts/Ubuntu-M-webfont.ttf') format('truetype'),
         url('./fonts/Ubuntu-M-webfont.svg#UbuntuMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'UbuntuCondensed';
    src: url('./fonts/Ubuntu-C-webfont.eot');
    src: url('./fonts/Ubuntu-C-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/Ubuntu-C-webfont.woff') format('woff'),
         url('./fonts/Ubuntu-C-webfont.ttf') format('truetype'),
         url('./fonts/Ubuntu-C-webfont.svg#UbuntuCondensedRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

