I used this script but it just works for “Opera”.
<script type="text/javascript" src="http://fast.fonts.com/jsapi/xxxx-xxxx-xxxx-xxxx-xxxx.js"></script>
It doesn’t work another browsers. I tried this script;
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script type=“text/javascript”>
WebFont.load({
monotype: {
projectId: ‘xxxxx-xxxxx-xxxxx-xxxxx-xxxxx’
}
});
</script>
And I tried this css block;
@font-face {
font-family: "Helvetica";
src: url(http://fast.fonts.com/jsapi/xxxxx-xxxxx-xxxxx-xxxxx-xxxxx.js) format("truetype");
}
It still dosen’t work.
Do you have any ideas? What can i do?
maybe u need to define all of the formats for this font?