Hello, the error suggests that a bold font is required (700 is the weight).
I think that an entry for the Arial bold is missing in the configuration file. weight="normal" means a numeric value of 400 weight="bold" means a numeric value of 700 http://www.w3.org/TR/REC-CSS2/fonts.html#propdef-font-weight http://xmlgraphics.apache.org/fop/1.1/fonts.html 2013/11/15 Amigo <et_s...@mail.ru> > I have trouble on using Apache FOP 1.1 with arial font on ubuntu. > > Configuration file fonts.xml: > > <font-triplet name="Arial" style="normal" weight="normal" /> > <font-triplet name="ArialMT" style="normal" weight="normal" /> > > > Font "Arial,normal,700" not found. Substituting with "any,normal,700". > > What should I fix in order to use Arial font? > >