Skip to content
Snippets Groups Projects
Commit 768656b9 authored by David Maus's avatar David Maus
Browse files

Symbole explizit mit Schriftart Symbola darstellen

parent f1d121ae
No related branches found
No related tags found
No related merge requests found
......@@ -97,6 +97,10 @@ strong {
padding-top: 2em;
}
.symbol {
font-family: "Symbola";
}
h1 {
font-size: xx-large;
}
......
......@@ -159,7 +159,7 @@
</xsl:template>
<xsl:template match="tei:c[. = document('')//tei:term/@key]">
<span title="{document('')//tei:term[@key = current()]}">
<span title="{document('')//tei:term[@key = current()]}" class="symbol">
<xsl:apply-templates/>
</span>
</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