@font-face {
font-family: 'Shadows Into Light';
src: url('caminho/para/o/arquivo/ShadowsIntoLight.ttf') format('truetype');
}
@font-face {
font-family: 'Protest Riot';
src: url('caminho/para/o/arquivo/ProtestRiot-Regular.ttf') format('truetype');
}
h1, h2 {
font-family: 'Shadows Into Light', cursive; /* Use a fonte 'Shadows Into Light' para os tÃtulos */
}
.story {
font-family: 'Protest Riot', sans-serif; /* Use a fonte 'Protest Riot' para o texto da histÃģria */
}