@font-face {
    font-family: myFirstFont;
    src: url(Carattere-Regular.ttf);
}
  
p{
    font-family: myFirstFont;
    color: darkgreen;
    font-weight: bold;
    font-size: 30px;
}