- Change font sequence in base fonts section.
- Add Monospace font setting in base fonts section. PR: 199561 Submitted by: RayCherng Yu <raycherng gmail com>
This commit is contained in:
parent
d9c73be72e
commit
54a5027ead
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46582
1 changed files with 4 additions and 3 deletions
|
@ -42,9 +42,10 @@
|
|||
</l:i18n>
|
||||
|
||||
<!-- Base fonts -->
|
||||
<xsl:param name="body.font.family">AR PL Mingti2L Big5, Gentium Plus</xsl:param>
|
||||
<xsl:param name="sans.font.family">AR PL KaitiM Big5, Droid Sans</xsl:param>
|
||||
<xsl:param name="title.font.family">AR PL KaitiM Big5, Droid Sans</xsl:param>
|
||||
<xsl:param name="body.font.family">Gentium Plus, AR PL Mingti2L Big5</xsl:param>
|
||||
<xsl:param name="sans.font.family">Droid Sans, AR PL KaitiM Big5</xsl:param>
|
||||
<xsl:param name="title.font.family">Droid Sans, AR PL KaitiM Big5</xsl:param>
|
||||
<xsl:param name="Monospace.font.family">Droid Sans Mono, Droid Sans Fallback</xsl:param>
|
||||
|
||||
<!-- Slightly reduce header font-size to make headers fit -->
|
||||
<xsl:attribute-set name="header.content.properties">
|
||||
|
|
Loading…
Reference in a new issue