Far leggere un font da CSS
Autor: Giampy ッ
Visited 1072,
Followers 1,
Udostępniony 0
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
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....