| |
Ashley Master Googler

Joined: 10 Aug 2004 Location: Europe 4717.85 GC$
Items
|
Posted: Mon Nov 01, 2004 1:08 pm Post subject: Webpage Fonts |
|
|
|
I've only just realised that a visitor has to have a font on their pc for it to be displayed on a webpage Is there anyway I can get past this apart from stating the font used and offering it for download? I really need some advice on this. _________________ Fusionart Design Studio |
|
| Back to top |
|
|
Mayur Elite Googler

Joined: 27 Aug 2004
2494.65 GC$
Items
|
Posted: Mon Nov 01, 2004 3:00 pm Post subject: |
|
|
|
| Make an image. That would be the only other way. |
|
| Back to top |
|
|
Ashley Master Googler

Joined: 10 Aug 2004 Location: Europe 4717.85 GC$
Items
|
Posted: Mon Nov 01, 2004 11:21 pm Post subject: |
|
|
|
Ya, that's what I thought but it seemed a bit to akward for frequent updating. _________________ Fusionart Design Studio |
|
| Back to top |
|
|
microdude431 Eric is a no0b


Joined: 04 Sep 2004 Location: United States 1196.05 GC$
Items
|
Posted: Tue Nov 02, 2004 4:28 am Post subject: |
|
|
|
| or you can just offer a link so the vistors can download the font. |
|
| Back to top |
|
|
neno.tu Google Freak

Joined: 10 Oct 2004 Location: Caracas - Venezuela 5951.00 GC$
Items
|
Posted: Tue Nov 02, 2004 6:34 am Post subject: |
|
|
|
There is a way to do this using a special link to the font...
I've used before and worked fine, the visitors download a font (temporaly) just to the exact site that needs it...
Google it... _________________
NenO-tU Freelancer Web Designer and Programmer |
|
| Back to top |
|
|
Ashes Senior Googler


Joined: 26 Sep 2004 Location: Bosom of Dixie 1601.05 GC$
Items
|
Posted: Tue Nov 02, 2004 12:14 pm Post subject: |
|
|
|
Just use a standard font.
Forcing visitors to download a font is annoying. _________________ This is a sig. Isn't it nice?
pushing through [dot] com |
|
| Back to top |
|
|
neno.tu Google Freak

Joined: 10 Oct 2004 Location: Caracas - Venezuela 5951.00 GC$
Items
|
|
| Back to top |
|
|
Ashes Senior Googler


Joined: 26 Sep 2004 Location: Bosom of Dixie 1601.05 GC$
Items
|
Posted: Tue Nov 02, 2004 11:12 pm Post subject: |
|
|
|
Example? _________________ This is a sig. Isn't it nice?
pushing through [dot] com |
|
| Back to top |
|
|
Pixel Retired Moderator

Joined: 18 Sep 2004
10851.50 GC$
Items
|
Posted: Wed Nov 03, 2004 3:38 pm Post subject: |
|
|
|
Its probably not a real font or text. It has to be flash or some other type. Unless its a image the font must be downloaded or users will get the default font like Times New Roman. I suggest making an enter page and having 2 links.
1) For the downloaded font (make a link that says to download b4 you view this page)
2) Use a normal font like Tahoma or Veranda |
|
| Back to top |
|
|
Ashley Master Googler

Joined: 10 Aug 2004 Location: Europe 4717.85 GC$
Items
|
Posted: Wed Nov 03, 2004 11:37 pm Post subject: |
|
|
|
How neno.tu? I know there was a way to embed it in css 2.0. If you could tell me that would be really helpful. _________________ Fusionart Design Studio |
|
| Back to top |
|
|
Mayur Elite Googler

Joined: 27 Aug 2004
2494.65 GC$
Items
|
Posted: Thu Nov 04, 2004 11:04 am Post subject: |
|
|
|
| If it is like that then the webpage might load a little slower than usual. I suggest making the image and saving it in jpg format with the quality set to 75 or 80. You should come out with a nice looking and fast loading image. |
|
| Back to top |
|
|
Ashley Master Googler

Joined: 10 Aug 2004 Location: Europe 4717.85 GC$
Items
|
Posted: Thu Nov 04, 2004 2:44 pm Post subject: |
|
|
|
I would do that, but I'm using a news system and images won't work 0.o _________________ Fusionart Design Studio |
|
| Back to top |
|
|
Ashes Senior Googler


Joined: 26 Sep 2004 Location: Bosom of Dixie 1601.05 GC$
Items
|
Posted: Fri Nov 05, 2004 3:23 am Post subject: |
|
|
|
| Ashes wrote: | Just use a standard font.
Forcing visitors to download a font is annoying. |
_________________ This is a sig. Isn't it nice?
pushing through [dot] com |
|
| Back to top |
|
|
neno.tu Google Freak

Joined: 10 Oct 2004 Location: Caracas - Venezuela 5951.00 GC$
Items
|
Posted: Fri Nov 05, 2004 10:13 pm Post subject: |
|
|
|
Ok, you only have to wirte the css for each font you will call in the site:
ie.
| Code: | <style type="text/css">
//Creation for font HelloYOU
@font-face{
font-family: HelloYOU;
font-style: normal;
font-weight: normal;
src: url('../fonts/HelloYou.EOT');
}
</style>
|
then you can use:
| Code: | | <font face="HelloYOU">Hi everyone!</font> |
everywhere....
You need to create a .EOT file (for IE only) to link to it, for each font, and style (bold,italic).
You can download here the font creater program: http://www.microsoft.com/typography/web/embedding/weft3/default.htm
Else you can use it for Netscape:
http://www.bitstream.com/
P.S.: Remmember users will have to download this font every time they visit the site, so consider to use it only when extremely necessary...
Hope it helps...
P.S.:ASHES (as you can see) I finally got the example, I used this last year for a site, but just fount it today. _________________
NenO-tU Freelancer Web Designer and Programmer |
|
| Back to top |
|
|
Sponsored Links
|
Posted: 9 Jan 2009 5:31 am Post subject: Advertisements |
|
|
|
|
|
|
| Back to top |
|
|