@font-face {  
    font-family: Lato;  
    src: local('Lato');
    src: url(./fonts/lato.woff) format('woff');
    font-weight: normal;
    font-style: normal;
} 

@font-face {  
    font-family: PT Sans;  
    src: url(./fonts/pt-sans.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}