• Replaced font element with corresponding CSS class.
1 parent 2a1f85e commit bdc7468d580402829ca73fd9b076c1240b375cb3
Nigel Stanger authored on 17 Feb 2016
Showing 1 changed file
View
6
modules/fonts.xml
<xsl:apply-templates />
<xsl:text>}</xsl:text>
</common>
<common formats="/html/xhtml/">
<font face="sans-serif"><xsl:apply-templates /></font>
</common>
</template>
<span class="sans"><xsl:apply-templates /></span>
</common>
</template>
<!--
Set a specific typeface. This is kind of tricky, since standard LaTeX and XeLaTeX use different font naming schemes, and in (X)HTML we also need to be able to specify fallbacks. The upshot is that you have to provide three different font specifications for the same typeface!