Skip to content
Snippets Groups Projects
Commit 48c0d1c8 authored by Martin de la Iglesia's avatar Martin de la Iglesia
Browse files

Schrift geändert von Arial Unicode MS zu Open Sans

parent 47464c32
No related branches found
No related tags found
No related merge requests found
...@@ -121,7 +121,7 @@ ...@@ -121,7 +121,7 @@
<xsl:template match="/" mode="step3"> <xsl:template match="/" mode="step3">
<xsl:variable name="output2"> <xsl:variable name="output2">
<fo:root font-family="Arial Unicode MS"> <fo:root font-family="Open Sans">
<fo:layout-master-set> <fo:layout-master-set>
<fo:simple-page-master master-name="title" page-height="297mm" page-width="210mm" margin-top="3cm" margin-bottom="5cm" margin-left="3cm" margin-right="3cm"> <fo:simple-page-master master-name="title" page-height="297mm" page-width="210mm" margin-top="3cm" margin-bottom="5cm" margin-left="3cm" margin-right="3cm">
<fo:region-body/> <fo:region-body/>
...@@ -605,7 +605,7 @@ ...@@ -605,7 +605,7 @@
</xsl:choose> </xsl:choose>
<xsl:if test=".//tei:app"> <xsl:if test=".//tei:app">
<fo:block border-top-style="solid" font-family="Arial Unicode MS" wrap-option="wrap" font-size="8pt" padding="0.5em"> <fo:block border-top-style="solid" font-family="Open Sans" wrap-option="wrap" font-size="8pt" padding="0.5em">
<xsl:for-each select=".//tei:app"> <xsl:for-each select=".//tei:app">
<fo:block linefeed-treatment="treat-as-space"> <fo:block linefeed-treatment="treat-as-space">
...@@ -1010,7 +1010,7 @@ ...@@ -1010,7 +1010,7 @@
</xsl:template> </xsl:template>
<xsl:template match="tei:lem" mode="app"> <xsl:template match="tei:lem" mode="app">
<fo:inline font-family="Helvetica,Arial Unicode MS" font-weight="bold"> <fo:inline font-family="Open Sans" font-weight="bold">
<xsl:apply-templates mode="app"/> <xsl:apply-templates mode="app"/>
</fo:inline> </fo:inline>
</xsl:template> </xsl:template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment