@font-face {
    src: url(NunitoSans-Regular.ttf);
    font-family: 'Nunito Sans';    
    font-weight: normal;
} 
body{
	font-family: 'Nunito Sans'; 
}


/*

@font-face {
    src: url(Nunito-Regular.ttf);
    font-family: 'Nunito';    
    font-weight: normal;
} 
body{
    font-family: 'Nunito'; 
}

*/