-
Notifications
You must be signed in to change notification settings - Fork 756
Description
I'm wondering, is it time to have some fonts standardized for the web. PDF for example has several fonts, that are always available in the viewer and its safe for the generators to generate PDFs without embedding the font(s) inside it. I'm not saying to prevent other fonts from usage, but if several fonts become a standard, then I think that many websites will move towards using them, to ensure a consistent view of their websites.
I know that there are "safe to use" fonts, but that is just the result of the "living standard" not a standard per se. The lack of standard in this, affects so many people, and so much software products that its unimaginable in size.
One cannot even generated a proper SVG file, because there is no standard way of calculating the font width. Any textLength/lengthAdjust tricks are just softening the fall, but not preventing the fall itself. Embedding and such are not really a solution, at least because of copyright issues and file size.