Hi,
so, like the subject, is it possible to load a TTF on the server, link it with CSS so everyone will see that font on the HTML page even if they don't have the font installed into their computer?
turb@font-face {
font-family:Coolfont;
src: url("Coolfont.TTF");
}
as far as I know, it's worked for meHi,
First let me thank for the tip.
Now maybe some of you know any way of achieving this on linux as well, i'm trying to make everything the more cross-compatible possible and in linux i can't get decent fonts because linux don't have them.
Thanks in advance for your helpThank alot! I try it but it work on my computer (cause the font is installed) but doesn't work on others computer ???
turbtry reading up on the subject: <!-- m --><a class="postlink" href="http://www.google.com/search?q=font+embedding">http://www.google.com/search?q=font+embedding</a><!-- m -->
so, like the subject, is it possible to load a TTF on the server, link it with CSS so everyone will see that font on the HTML page even if they don't have the font installed into their computer?
turb@font-face {
font-family:Coolfont;
src: url("Coolfont.TTF");
}
as far as I know, it's worked for meHi,
First let me thank for the tip.
Now maybe some of you know any way of achieving this on linux as well, i'm trying to make everything the more cross-compatible possible and in linux i can't get decent fonts because linux don't have them.
Thanks in advance for your helpThank alot! I try it but it work on my computer (cause the font is installed) but doesn't work on others computer ???
turbtry reading up on the subject: <!-- m --><a class="postlink" href="http://www.google.com/search?q=font+embedding">http://www.google.com/search?q=font+embedding</a><!-- m -->