// Ignore, although this is not ok.
DebugLog.log("Invalid state after setting predefined font family.");
}
else if (item instanceof CSSStringValue)
{
final CSSStringValue sval = (CSSStringValue) item;
final CSSValue value = process.getOutputMetaData().getNormalizedFontFamilyName(sval);
if (value != null)
{
layoutContext.setValue(key, value);
return;