Changing back to Juce default font?

Hi, I have a user name displayed in a component. Which works fine in Juce’s default font but the font I’ve chosen for my plug-in doesn’t have the bizarre accented characters available in it.
How do I go back to the Juce default font for the one component after I’ve done the following for the rest of the plug-in?

LookAndFeel::getDefaultLookAndFeel().setDefaultSansSerifTypeface(futuraTypeface);

This is for Windows and Mac OSX.
Thanks.
Dave H.

edit Never mind, I just set a new font for everything else. A pain in the butt, but it saved me buying an expensive Pro font(!) (Yeah I know, cheapskate, hey)