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

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