External library fonts and file size

hi and thanks for reading!

I have an external style sheet in .as that defines textFormats for my group of swfs. It specifies a font by its linkage name. the font resides in a shared library with the appropriate linkage. There are two fonts and therefore it is a large library causing long download times. here is the question:

how can i use a shared external library and a stylesheet and not embed every outline with my font? I don’t want the font in each swf - i’d rather have it in a localized place just in case they decide they want a different one.

ideas?