diff options
author | Keith Packard <keithp@keithp.com> | 2015-11-01 04:18:34 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2015-11-01 06:02:14 -0800 |
commit | f2816b305fc9e18a1190e392d43ff489936f10f0 (patch) | |
tree | 7149621ceeb38f1a3169bdbe9dc72c077639e18a /doc/am-fo.xsl | |
parent | 5b782c8f45ed6c34ed0e7f1aff6ac298c9a879ff (diff) |
doc: Switch to free fonts. Publish fonts with docs.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'doc/am-fo.xsl')
-rw-r--r-- | doc/am-fo.xsl | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/doc/am-fo.xsl b/doc/am-fo.xsl index 35279f22..2166afd4 100644 --- a/doc/am-fo.xsl +++ b/doc/am-fo.xsl @@ -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="''"/> @@ -108,6 +105,12 @@ </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> @@ -122,15 +125,14 @@ </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"> |