@font-face {
    font-family: 'MinhaFonte';
    src: url('Valentine.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.h1-fonte {
    font-family: 'MinhaFonte', sans-serif !important;
}