Quote:
Originally Posted by kovidgoyal
Embedding fonts will never delete any pre-existing embedded fonts. It should not re-embed an already embedded font, as long as the font family and font styles of the already embedded font match those of the newly embedded font, the old font will be used. But if the old font has a different family/style/weight/stretch in its @font-face rule then then it will not be re-used.
|
Kovid:
Stupid question, if I may? (I've been playing with your editor. Very nice.)
Does the import function (or any of these others--I freely admit I have not played with this yet) check
the embedding permissions for the font, prior to embedding it or displaying it for use (in the new function)?
Thanks,
Hitch