como usar fontes externa no css?
estou tentando usar uma fonte que baixei no site Defonte mas não estou conseguindo, esse é a estrutura no css:
@font-face {
font-family: 'Wonder Night';
src: url('fonts/Wonder Night.otf') format(opentype), src('fonts/Wonder Night.ttf') format(truetype);
}
h1{
font-family: Wonder Night,Times, serif;
font-size:48px;
color:rgb(181, 32, 32);
}
ja tentei de tudo