For many languages, font support is a deal killer.
If you’re a user and your language has a non-Roman script, say, and if that script is relatively unusual, such as Bengali or Georgian or Tigrinya or something like that, and you waltz into a cyber cafe that doesn’t happen to be in a place where your language is on the agenda, then you’re pretty much out of luck.
It’s my contention that people who happen to use a language which is written in a broadly supported script simply have no idea of how frustrating and oppressive such a state of affairs is.
Imagine not being able to sign your name in an email!
Things are improving, but not fast enough. Interesting ideas come and go, and here’s one that’s just appeared:
With typeface.js you can embed custom fonts in your web pages so you don’t have to render text to images.
typeface.js is easy…
Instead of creating images or using flash just to show your site’s graphic text in the font you want, you can use typeface.js and write in plain HTML and CSS, just as if your visitors had the font installed locally. This is a work in progress, but functional enough at least to render the the graphic text on this site.
typeface.js — Rendering text with Javascript, canvas, and VML
The idea may seem a bit nutty, but it’s not, really. After all, a font file is ultimately just some code anyway. So one could imagine finding some representative free fonts for each of the writing systems out in the world, and distributing freely so that content creators could publish away in Bengali or Georgian or Tigrinya or whatever.
Except, not really. The problem is that this thing seems to be designed more for folks who want to have nice fonts in headings and blow-up quotes than in running text. The deal killer for me: cut and paste doesn’t work. So, it may as well be an image.
The real solution is free (libre) fonts for every writing system, widely distributed across operating systems, and also available as embedded fonts. Neither of those approaches is new, but that’s what it’s going to take, I think, to really make the web egalitarian.
UPDATE: Should have checked with Richard Ishida’s site first: he’s got some links to collections of free fonts via his page on Script examples.