]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
ZapfDingbats and Symbol is not always available on the AFPRenderer so we can't have...
authorAdrian Cumiskey <acumiskey@apache.org>
Thu, 17 Jul 2008 17:39:14 +0000 (17:39 +0000)
committerAdrian Cumiskey <acumiskey@apache.org>
Thu, 17 Jul 2008 17:39:14 +0000 (17:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@677648 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/fo/FOPropertyMapping.java

index 60317cf0df50009fe11c9696c4fc013c74c8ae8f..e7e76176a0c7d2bb1bf0704cf6df80ac3143606e 100644 (file)
@@ -963,7 +963,7 @@ public final class FOPropertyMapping implements Constants {
         // font-family
         m  = new FontFamilyProperty.Maker(PR_FONT_FAMILY);
         m.setInherited(true);
-        m.setDefault("sans-serif,Symbol,ZapfDingbats");
+        m.setDefault("sans-serif");
         m.addShorthand(s_generics[PR_FONT]);
         addPropertyMaker("font-family", m);