WebSite X5Help Center

 
Giampy ッ
Giampy ッ
User

Far leggere un font da CSS  it

Author: Giampy ッ
Visited 964, Followers 1, Shared 0  
Tags: font,leggere

Ragazzi dovrei implementare tramite questa codice CSS: http://forum.computerweek.it/showthread.php/72255-Installare-un-font-su-un-sito che il sito a cui sto lavorando, legga il font che io imposto come defoult. Ho seguito la guida ma non riesco a far si che il browser riescano a leggere il font prendendolo nella mia cartella indicata di FTP. il codice che ho utilizzato in un oggetto html sezione esperto CSS è: @font-face { font-family: Helvetica; src: url('/3/font/Helvetica.ttf'); } Qualcuno mi può aiutare?

Posted on the
1 ANSWERS - 1 USEFUL
Mirko Boschetti
Mirko Boschetti
Moderator

Al passo 1 esperto in Head:

<style type="text/css">

@font-face{

font-family: 'Gloucester MT Extra Condensed';

src: url('files/GLECB.TTF');

}

</style>

poi in tabella testo:

metti il testo con carattere Gloucester.......

poi inserisci un oggetto html e in esperto allega il tuo font....GLECB.TTF

Cambia con il tuo font....

Read more
Posted on the from Mirko Boschetti