Buona sera a tutto il Forum,
ho il seguente problema che non riesco nel css a visualizare per l'autore del articolo il seguente Fonts.
devo aggiungere il codice segunte dentro a <head></head> che non trovo il file.
I fonts li ho messi in una cartella dentro al templates.
<head>
<style type="text/css">
@font-face {
font-family: FirmaAutori;
src: url("fonts/Austie_Bost_Rest_of_Our_Lives.eot") /* EOT file for IE */
}
@font-face {
font-family: FirmaAutori;
src: url("fonts/Austie_Bost_Rest_of_Our_Lives.ttf") /* TTF file for CSS3 browsers */
}
</style>
</head>
Chi riesce a farmi capire e come inserire il fonts?