I'm working on a website that requires font trials online, the fonts i got are all .otf ... is there anyway i can embed the fonts and get them working on all browsers ??? If not, what other alternatives i have ??
Thanks
feedback
|
|
If your Font is a free Font, you could convert your Font using for example a onlinefontconverter, but .otf is a good type for using @font-face
checkout this link to see how it works. because @font-face is not working in all browsers (IE),read "@font-face in IE: Making Web Fonts Work". hope this helps | |||||
feedback
|
|
From the Google Font Directory examples:
This works cross browser with .ttf, I believe it may work with .otf. (Wikipedia says .otf is mostly backwards compatible with .ttf) If not, you can convert the .otf to .ttf Here are some good sites:
| |||
|
feedback
|