Buongiorno forum,
sto cercando di caricare questo font: http://www.dafont.com/helloamazing.font
Questo è quanto ho scritto nello style.css
Gerarchia file delle cartelle
-css
-- style.css
-HelloAmazing.ttf
Link sito web:
http://agporcellino.fabiotoscano.it/
Grazie per il supporto.
sto cercando di caricare questo font: http://www.dafont.com/helloamazing.font
Questo è quanto ho scritto nello style.css
HTML:
@font-face {
font-family: 'Hello Amazing';
src: url('../HelloAmazing.ttf') format('ttf'),
url('../HelloAmazing.ttf') format('ttf');
}
body, h1, h2, h3, h4, h5, h6, p, div, span {
font-family: 'Hello Amazing', sans-serif !important;
}
Gerarchia file delle cartelle
-css
-- style.css
-HelloAmazing.ttf
Link sito web:
http://agporcellino.fabiotoscano.it/
Grazie per il supporto.