Voglio utilizzare il font Satisfaction ma non voglio mettere alcun codice nel css. E' possibile incorporarlo direttamente nella pagina? se si come? grazie
@font-face {
font-family: 'SatisfactionRegular';
src: url('satisfaction-webfont.eot');
src: url('satisfaction-webfont.eot?#iefix') format('embedded-opentype'),
url('satisfaction-webfont.woff') format('woff'),
url('satisfaction-webfont.ttf') format('truetype'),
url('satisfaction-webfont.svg#SatisfactionRegular') format('svg');
font-weight: normal;
font-style: normal;
}

Rispondi quotando