![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Web Design & Programming Discussion of web design, and server-side & client-side scripting |
![]() |
|
|
Thread Tools |
|
|
#1 (permalink) |
|
TSF Enthusiast
Join Date: Apr 2005
Location: Ohio
Posts: 1,133
OS: XP
|
Using custom fonts on websites
I want to use a font I have called "Edwardian Script ITC". Can I just simply put it in the HTML using the face= or is there something else I have to do so others can see this font correctly?
|
|
|
|
|
|
#3 (permalink) |
|
Folding Along
|
Re: Using custom fonts on websites
The jpg is probably the easiest way to go, but make sure you properly tag the image so people with images disabled and those using screen readers know what it says.
Alternately you can find a place where the font is available for download and add a link from your site for people to use if the font doesn't show right.
__________________
I am not a computer professional, My advice comes from personal experience and/or friends who are computer professionals. Interested in Search and Rescue? Check out the Civil Air Patrol. Come Fold with us. TSF Folding@Home Team |
|
|
|
|
|
#5 (permalink) |
|
Folding Along
|
Re: Using custom fonts on websites
When you post an image, there's a code you add that comes up as an alternate to the image for screen readers and "images off" users.
I'm not very good with straight html, but the web editors I use provide the option when I insert the image into the document. Below is the code from a site I maintain. I replaced the specific link info with . . . to make it more readable. <p align="center"><img alt="The Civil Air Patrol maintains a fleet of Cessnas." border="" src="http:// . . ./cap-aircraft400.jpg" vspace="0" hspace="0"></p>
__________________
I am not a computer professional, My advice comes from personal experience and/or friends who are computer professionals. Interested in Search and Rescue? Check out the Civil Air Patrol. Come Fold with us. TSF Folding@Home Team |
|
|
|
|
|
#7 (permalink) |
|
Registered User
Join Date: Jul 2008
Location: United States
Posts: 11
OS: Windows XP Media
|
Re: Using custom fonts on websites
Acer2000 is right. If you use a special font that is not one of the defaults in most PCs (i.e. Arial, Verdana, Times New Roman, etc.) then someone browsing your site won't see that font if it's not included in their system fonts.
And just to reiterate what everyone's already been saying, here's the code for images: <img alt="your image tag goes here" src="urlofyourimagefile" /> |
|
|
|
|
|
#9 (permalink) |
|
Design Team Member
Join Date: Feb 2008
Location: Deming, NM
Posts: 288
OS: XP SP2 & Vista
|
Since this is about fonts I thought I would look around online. Seems most recommend sticking with a safe font while using unique fonts, like in a logo, as an image. Check out the site below. It allows you to compare different fonts with different settings.
Typetester
__________________
|
|
|
|
![]() |
| Thread Tools | |
|
|