[
https://issues.apache.org/jira/browse/FOR-640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532388
]
Uwe Kreibaum commented on FOR-640:
----------------------------------
Better try and replace the font-family statement a few lines before:
<fo:block font-family="sans-serif" font-size="12pt" space-after="5pt"
space-before="0pt" text-align="justify" width="7.5in">
(was font-family="sans" in my source).
Fixed it for me... not a single font error in the log.
> investigate [ERROR] "unknown font sans,normal,normal so defaulted font to any"
> ------------------------------------------------------------------------------
>
> Key: FOR-640
> URL: https://issues.apache.org/jira/browse/FOR-640
> Project: Forrest
> Issue Type: Bug
> Components: Core operations, Skins (general issues)
> Reporter: Juan Jose Pablos
>
> An error on error.log saying:
> ERROR (2005-08-19) 22:07.48:909 [cocoon.manager.fop] (Unknown-URI)
> Unknown-Thread/MessageHandler: unknown font sans,normal,normal so defaulted
> font to any
> Seems to appear very often.
> I did a bit of investigation, and most of then comes from this style sheet:
> main/webapp/skins/common/xslt/fo/document2fo.xsl
> If you comment out <xsl:template match="section" mode="toc"> some out these
> errors disapear....
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.