Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Check user fonts and display question

Status
Not open for further replies.

krappleby025

Programmer
Sep 6, 2001
347
NL
Hi All,

is there a way, to check if a user has a specific font on there system, and if not prompt them to download a font that is needed on the site..

I am making a speciality site, and it looks a lot better in the correct font..

is this possible.
any help would be appreciated

cheers
 
The font used, is a free font.. but a lot of people dont have it installed ont he computers. and the site does not look the same without the correct font..

as you are aware it auto uses arial or times.. and that just makes the site look basic..

 
There's no way to check that the font is installed, that would require the browser to give up information about the client machine that would be inherently intrusive and insecure.

Generally speaking, it's bad web design to code for explicit fonts.
 
The first question is always if it necessary to use that specific font. If yes, put it into a graphical element.

However, there is a hack using JavaScript to get at the fonts. It is described here:
I mention it for completeness, but would discourage its use.
 
krappleby025, in HTML there is a method of loading custom fonts. It is not browser/platform agnostic, but it works on the most popular browser. Since CSS allows you to select multiple fonts and the user's browser will automatically scroll down the list until it finds the correct font, you can use this method and have graceful error handling.
FAQs how to embed fonts:
 
You might simply want to display a small image, and:
Does your font not look like this? Then you might have a decreased visual experience browsing this site! Please download the fontpack for free!

ps. it must look professional :p

Olav Alexander Mjelde
Admin & Webmaster
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top