This is an automated email from the ASF dual-hosted git repository.
elharo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/xerces-j.git
The following commit(s) were added to refs/heads/main by this push:
new 45795ec7e fix font face name for sans serif (#24)
45795ec7e is described below
commit 45795ec7e081139c47b49eeb9c8dc951574c8bf3
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Wed Jan 21 14:26:31 2026 +0000
fix font face name for sans serif (#24)
---
docs/style/stylesheets/document2html.xsl | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/docs/style/stylesheets/document2html.xsl
b/docs/style/stylesheets/document2html.xsl
index 975b5b030..dcda934c1 100644
--- a/docs/style/stylesheets/document2html.xsl
+++ b/docs/style/stylesheets/document2html.xsl
@@ -33,7 +33,7 @@
<xsl:choose>
<xsl:when test="$id = 'index'">
<td align="center" bgcolor="#0086b2" colspan="4" height="35"
valign="middle" width="456">
- <font color="#f8fefd" face="arial,helvetica,sanserif"
size="+2">Xerces2 Java XML Parser Readme</font>
+ <font color="#f8fefd" face="arial,helvetica,sans-serif"
size="+2">Xerces2 Java XML Parser Readme</font>
</td>
</xsl:when>
<xsl:otherwise>
@@ -167,7 +167,7 @@
<tr>
<td bgcolor="#039acc" width="1"><img src="resources/void.gif"
width="1" height="1" vspace="0" hspace="0" border="0"/></td>
<td bgcolor="#0086b2" width="492">
- <font size="+1" face="arial,helvetica,sanserif"
color="#ffffff">
+ <font size="+1" face="arial,helvetica,sans-serif"
color="#ffffff">
<img src="resources/void.gif" width="2" height="2"
vspace="0" hspace="0" border="0"/>
<b><xsl:value-of select="@title"/></b>
</font>
@@ -185,7 +185,7 @@
<tr>
<td width="10"> </td>
<td width="484">
- <font face="arial,helvetica,sanserif" color="#000000">
+ <font face="arial,helvetica,sans-serif" color="#000000">
<xsl:apply-templates/>
</font>
</td>
@@ -207,7 +207,7 @@
<tr>
<td bgcolor="#039acc" width="1"><img src="resources/void.gif"
width="1" height="1" vspace="0" hspace="0" border="0"/></td>
<td bgcolor="#0086b2" width="482">
- <font face="arial,helvetica,sanserif" color="#ffffff">
+ <font face="arial,helvetica,sans-serif" color="#ffffff">
<img src="resources/void.gif" width="2" height="2" vspace="0"
hspace="0" border="0"/>
<b><xsl:value-of select="@title"/></b>
</font>
@@ -225,7 +225,7 @@
<tr>
<td width="10"> </td>
<td width="474">
- <font size="-1" face="arial,helvetica,sanserif" color="#000000">
+ <font size="-1" face="arial,helvetica,sans-serif" color="#000000">
<xsl:apply-templates/>
</font>
</td>
@@ -247,7 +247,7 @@
<tr>
<td bgcolor="#039acc" width="1"><img src="resources/void.gif"
width="1" height="1" vspace="0" hspace="0" border="0"/></td>
<td bgcolor="#0086b2" width="472">
- <font size="-1" face="arial,helvetica,sanserif" color="#ffffff">
+ <font size="-1" face="arial,helvetica,sans-serif"
color="#ffffff">
<img src="resources/void.gif" width="2" height="2" vspace="0"
hspace="0" border="0"/>
<b><xsl:value-of select="@title"/></b>
</font>
@@ -265,7 +265,7 @@
<tr>
<td width="10"> </td>
<td width="464">
- <font size="-1" face="arial,helvetica,sanserif" color="#000000">
+ <font size="-1" face="arial,helvetica,sans-serif" color="#000000">
<xsl:apply-templates/>
</font>
</td>
@@ -288,7 +288,7 @@
<img src="resources/note.gif" width="20" height="24" vspace="0"
hspace="0" border="0" alt="Note:"/>
</td>
<td valign="top">
- <font size="-1" face="arial,helvetica,sanserif" color="#000000">
+ <font size="-1" face="arial,helvetica,sans-serif" color="#000000">
<i>
<xsl:apply-templates/>
</i>
@@ -364,7 +364,7 @@
<xsl:template match="th">
<td bgcolor="#039acc" colspan="{@colspan}" rowspan="{@rowspan}"
valign="center" align="center">
- <font color="#ffffff" size="-1" face="arial,helvetica,sanserif">
+ <font color="#ffffff" size="-1" face="arial,helvetica,sans-serif">
<b><xsl:apply-templates/></b> 
</font>
</td>
@@ -372,7 +372,7 @@
<xsl:template match="td">
<td bgcolor="#a0ddf0" colspan="{@colspan}" rowspan="{@rowspan}"
valign="top" align="{@align}">
- <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+ <font color="#000000" size="-1" face="arial,helvetica,sans-serif">
<xsl:apply-templates/> 
</font>
</td>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]