| Author |
download/install font???
|
joe script
Greenhorn
Joined: May 05, 2003
Posts: 11
|
|
i was wondering if JavaScript is used for allowing users to either download or install a font (by clicking a link). If so, would anyone know the code for this? Thanks!
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
You can just link to the file on your server and it should automatically download with a link, if you want to do it automatically, you can try to use it in a pop up method, Microsoft has documentation on how to embed fonts into a webpage, so it will automatically download. Eric
|
 |
joe script
Greenhorn
Joined: May 05, 2003
Posts: 11
|
|
Originally posted by Eric Pascarello: You can just link to the file on your server and it should automatically download with a link, if you want to do it automatically, you can try to use it in a pop up method, Microsoft has documentation on how to embed fonts into a webpage, so it will automatically download. Eric
when i link it, it does bring up the download dialog box..i was wondering if it could automatically be installed as well. thanks!
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
|
You would have to embed it....
|
 |
joe script
Greenhorn
Joined: May 05, 2003
Posts: 11
|
|
Originally posted by Eric Pascarello: You would have to embed it....
Not exactly sure what u mean...
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
|
On Microsofts documentation site, they have code. Do a search on embed font on google//
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
|
http://www.microsoft.com/typography/web/embedding/default.htm
|
 |
 |
|
|
subject: download/install font???
|
|
|