krs1
03-12-2006, 10:22 PM
Hey;
Is it possible to use a font that the user does not have installed by giving the browser the url of the font?
ie something like:
.Whatever {
font-family: "Good Times";
font-src: url("http://whatever.ca/goodtime.ttf");
}
Thanks.
Is it possible to use a font that the user does not have installed by giving the browser the url of the font?
ie something like:
.Whatever {
font-family: "Good Times";
font-src: url("http://whatever.ca/goodtime.ttf");
}
Thanks.