/*
@font-face {
    font-family: 'Regular';
    src: url('/fonts/UBUNTU-REGULAR.TTF');
    font-weight: normal;
    font-style: normal;

}*/
@font-face {
	font-family: "Bold";
	src: url("/fonts/UBUNTU-BOLD.TTF");
	font-style: normal;
	font-weight: normal;
}
/*@font-face {
	font-family: "Medium";
	src: url("/fonts/UBUNTU-MEDIUM.TTF");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "ubuntu-light";
	src: url("/fonts/UBUNTU-LIGHT.TTF");
	font-style: normal;
	font-weight: normal;
}
*/