English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

is there a way to make a web page display a certain font face, without every user having that font installed onto their hard drive?

2007-03-08 03:10:58 · 4 answers · asked by CoolZ 2 in Computers & Internet Programming & Design

4 answers

Most GUI programs such as Studio 8 or Dreamweaver MX 2004 have set standard fonts. In order to change the font to your choice, you would need to go into the HTML code page and stipulate the font design

Example: In a GUI .

GUI's standard font state the font style by using a number so to change to a different style not supported by the GUI you would go into the HTML code and change it.

Example:

Or you can design the font in Photoshop, Fireworks or another similar type program and save as a jpg and insert as an image.

Take into consideration that if you change the font to a font not supported by the software, there is a possibility that your chosen font will not display as you want on certain browser windows (this also depends on the viewers' operating system)

2007-03-08 04:07:28 · answer #1 · answered by Anonymous · 0 0

The only way you can *force* a page (or certain parts of a page - hopefully only that!!!) to be displayed in a font the reader doesn't have, is to display that part of the page as an image. For example, if you have an

you insist on displaying in Wingdings and you're not sure the reader has Wingdings, then you'd better create, say, a gif or jpg with the text created in Wingdings, then imbed the at the appropriate place in your web page (with an alt="..." of course).

2007-03-08 07:03:38 · answer #2 · answered by fjpoblam 7 · 0 0

No there isn't.


This has been a matter of debate for many years now and several attempts at integrating a suitable technology have failed as there will always be someone who can find a way around it and copy the fonts.


You can of course make an image of your text, as is often done for buttons but this of course doesn't alllow search engines to see it and restricts an expedient viewing of the page.

2007-03-08 05:11:22 · answer #3 · answered by circusmort 5 · 0 0

You have to use an image if it is not a default font on the user's computer.

2007-03-08 03:37:37 · answer #4 · answered by Nick O 2 · 1 0

fedest.com, questions and answers