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.
|