You must run Fop -c conf/userconfig.xml
in userconfig.xml you must define Verdana font see http://xml.apache.org/fop/fonts.html -----Original Message----- From: Raúl Carazo [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 26, 2001 4:47 PM To: FOP Subject: Fonts Hi everyone upthere!!!! I'm trying to change the fonts in a pdf report. I have made the xml-report and I have its xsl file for formatting it on this way: <?xml version="1.0"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format"> <xsl:attribute-set name="styleParam"> <xsl:attribute name="font-size">10pt</xsl:attribute> <xsl:attribute name="font-family">"Verdana"</xsl:attribute> <xsl:attribute name="font-style"/> </xsl:attribute-set> </xsl:stylesheet> But I can't change the font (it appears as TimesNewRoman!!). Where is my mistake (obviously, it HAS to be a mistake... I hope!) Thx --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]