Pozdrav,
Ovako, htio bi koristit jedan font preko @font-face ali ima jedan problem... u ie, ff, chrome-u i safari-u želi iščitat taj font ali u operi neće. Pa možete mi reći što sam krivo napravio? Bio bi vam jako zahvalan.
Evo kod..
@font-face {
font-family: "agentorange";
src: url('agent_orange.eot');
src: local('☺'),
url('agent_orange.woff') format('woff'),
url('agent_orange.ttf') format('truetype'),
url('agent_orange.otf') format('opentype'),
url('agent_orange.svg') format('svg');
}