News:

This week IPhone 15 Pro winner is karn
You can be too a winner! Become the top poster of the week and win valuable prizes.  More details are You are not allowed to view links. Register or Login 

Main Menu

Font embedding for web pages

Started by charleychacko, October 13, 2006, 02:06:16 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

charleychacko

If you like using not-so-common fonts on your web pages, there's good news... you may finally be able to get some sleep knowing that more of your visitors will be able to view your pages with the type of fonts you used to design them.

Font embedding, introduced in HTML 4.0 compatible browsers such as Explorer 4.x and Communicator 4.x, is a way to include fonts with the documents in which they are used. If you use a font that's not yet available on your visitor's computer, the browser will automatically download the font before displaying the web page, somewhat similar to the way images are loaded with web pages.

The bad news is that Explorer 4.x and Communicator 4.x offer different types of font embedding technologies. Although it is currently possible to use different font embedding tags for both browsers in a single page, you may want to target web pages to specific browsers or change the tags depending on the browser (using server-side browser detection for example).

Microsoft Typography
Microsoft's Typography group researches and develops fonts and font technologies, and supports the development of TrueType and OpenType fonts by independent type vendors.
World Wide Web Consortium's Font Recommendations
Netscape Communicator's Dynamic Font Support
Listing #1 : Font embedding information sources