@font-face {
font-family: 'nome_famiglia';
src: url('percorso font in formato .eot');
src: url('percorso font in formato .eot?#iefix') format('embedded-opentype'),
url('percorso font in formato woff2') format('woff2'),
url('percorso font in formato woff') format('woff'),
url('percorso font in formato ttf') format('truetype'),
url('percorso font in formato svg') format('svg');
font-weight: normal;
font-style: normal;
}
p {
font-family: 'nome_famiglia';
}