doc: Switch to free fonts. Publish fonts with docs.
[fw/altos] / doc / am-fo.xsl
index 35279f22d1120a9b86cb54316c47ebec645e56a8..2166afd4133171f2f308200397d2e390d5f7c539 100644 (file)
@@ -30,8 +30,8 @@
 <!-- justify, left or right -->
 <xsl:param name="alignment">left</xsl:param>
 
-<xsl:param name="body.font.family" select="'Frutiger LT Std,sans-serif'"/>
-<xsl:param name="title.font.family" select="'Frutiger LT Std,sans-serif'"/>
+<xsl:param name="body.font.family" select="'Open Sans Light,sans-serif'"/>
+<xsl:param name="title.font.family" select="'Open Sans Light,sans-serif'"/>
 <xsl:param name="monospace.font.family" select="'DejaVu Sans Mono,monospace'"/>
 <xsl:param name="body.font.master">12</xsl:param>
 <xsl:param name="body.font.size">
@@ -43,9 +43,6 @@
 <xsl:param name="bridgehead.in.toc" select="0"/>
 <xsl:param name="footer.column.widths">10 1 1</xsl:param>
 
-<!-- overide setting in common.xsl -->
-<xsl:param name="table.frame.border.thickness" select="'2px'"/>
-
 <!-- Default fetches image from Internet (long timeouts) -->
 <xsl:param name="draft.watermark.image" select="''"/>
 
   </xsl:choose>
 </xsl:param>
 
+<xsl:param name="table.frame.border.thickness">0.5pt</xsl:param>
+<xsl:param name="table.frame.border.color">#0080ff</xsl:param>
+<xsl:param name="table.frame.border.thickness">0.5pt</xsl:param>
+<xsl:param name="table.cell.border.thickness">0.5pt</xsl:param>
+<xsl:param name="table.cell.border.color">#0080ff</xsl:param>
+<xsl:param name="table.cell.border.with.css" select="1"/>
 
 <xsl:attribute-set name="copyright.title.properties">
   <xsl:attribute name="font-size">12pt</xsl:attribute>
 </xsl:attribute-set>
 
 <xsl:attribute-set name="revhistory.table.properties">
-  <xsl:attribute name="border">0.5pt solid black</xsl:attribute>
-  <xsl:attribute name="background-color">#EEEEEE</xsl:attribute>
+  <xsl:attribute name="border">0.5pt solid #0080ff</xsl:attribute>
   <xsl:attribute name="width">50%</xsl:attribute>
 </xsl:attribute-set>
 
 <xsl:attribute-set name="revhistory.table.cell.properties">
-  <xsl:attribute name="border">0.5pt solid black</xsl:attribute>
+  <xsl:attribute name="border">0.5pt solid #0080ff</xsl:attribute>
   <xsl:attribute name="font-size">12pt</xsl:attribute>
-  <xsl:attribute name="padding">4pt</xsl:attribute>
+  <xsl:attribute name="padding">2pt</xsl:attribute>
 </xsl:attribute-set>
 
 <xsl:attribute-set name="monospace.properties">