@font-face {
    font-family: 'LatoLocal';
    src: url('/dist/fonts/Lato-Regular.woff2') format('woff2'),
         url('/dist/fonts/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Applichi il font dove vuoi */
.lato-text {
    font-family: 'LatoLocal', sans-serif;
}
