@font-face {
	font-family: 'ubuntu';
	src: url('/assets/fonts/Ubuntu-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ubuntu';
	src: url('/assets/fonts/Ubuntu-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

html{
    font-family: ubuntu;
    font-size: 16px;
}