I 'm currently building a website for a language with another person and there is a problem, because a font is necessary to show the alphabet of this language, for which normal characters don't exist. But apparently, however I can view the font, he can't. It is possible for us to put a download-link to the font at our homepage, but I would prefer every user to see it immediately. The CSS is:
@font-face {
font-family: gothicw;
src: url("gothic.eot") /* EOT file for IE */
}
@font-face {
font-family: gothicw;
src: url("gothic.ttf") /* TTF file for CSS3 browsers */