Originariamente inviato da carlomarangoni
NO! utf-8 va benissimo.
Ho verificato anche ora il codice e funziona ala grande
Riprendo l'argomento perchè ho risolto ma non con Internet Explorer:
Il codice che utilizzo è questo:
E dovrebbe restituire i seguenti ideogrammi: 五分钟
codice:
@font-face {
font-family: 'GoJuOnRegular';
src: url('font/gojuon-webfont.eot');
src: url('font/gojuon-webfont.eot?#iefix') format('embedded-opentype'),
url('font/gojuon-webfont.woff') format('woff'),
url('font/gojuon-webfont.ttf') format('truetype'),
url('font/gojuon-webfont.svg#GoJuOnRegular') format('svg');
}
Con Internet Explorer continuo a vedere i quadratini, mentre con gli altri browser riesco a vedere gli ideogrammi...come mai??