1
Joomla! 3 / Re:Problema caricamento font personalizzato
« il: 16 Gen 2015, 17:36:27 »
Prova a richiamare i vari font nella dichiarazione @font-face con percorso assoluto tipo
@font-face {
font-family: 'psycho';
src: url('/nometemplate/css/fonts/psycho-webfont.eot');
src: url('/nometemplate/css/fonts/psycho-webfont.eot?#iefix') format('embedded-opentype'),
url('/nometemplate/css/fonts/psycho-webfont.woff') format('woff'),
url('/nometemplate/css/fonts/psycho-webfont.ttf') format('truetype'),
url('/nometemplate/css/fonts/psycho-webfont.svg#psycho_poetryregular') format('svg');
font-weight: normal;
font-style: normal;
}
Facci sapere.
@font-face {
font-family: 'psycho';
src: url('/nometemplate/css/fonts/psycho-webfont.eot');
src: url('/nometemplate/css/fonts/psycho-webfont.eot?#iefix') format('embedded-opentype'),
url('/nometemplate/css/fonts/psycho-webfont.woff') format('woff'),
url('/nometemplate/css/fonts/psycho-webfont.ttf') format('truetype'),
url('/nometemplate/css/fonts/psycho-webfont.svg#psycho_poetryregular') format('svg');
font-weight: normal;
font-style: normal;
}
Facci sapere.