Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(155)

Side by Side Diff: third_party/docbook-xsl-1.78.0/params/title.font.family.xml

Issue 1394993002: Doing some cleanup. (Closed) Base URL: https://github.com/dart-lang/www.dartlang.org.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <refentry xmlns="http://docbook.org/ns/docbook"
2 xmlns:xlink="http://www.w3.org/1999/xlink"
3 xmlns:xi="http://www.w3.org/2001/XInclude"
4 xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
5 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
6 version="5.0" xml:id="title.font.family">
7 <refmeta>
8 <refentrytitle>title.font.family</refentrytitle>
9 <refmiscinfo class="other" otherclass="datatype">list</refmiscinfo>
10 <refmiscinfo class="other" otherclass="list-type">open</refmiscinfo>
11 <refmiscinfo class="other" otherclass="value">serif</refmiscinfo>
12 <refmiscinfo class="other" otherclass="value">sans-serif</refmiscinfo>
13 <refmiscinfo class="other" otherclass="value">monospace</refmiscinfo>
14 </refmeta>
15 <refnamediv>
16 <refname>title.font.family</refname>
17 <refpurpose>The default font family for titles</refpurpose>
18 </refnamediv>
19
20 <refsynopsisdiv>
21 <src:fragment xml:id="title.font.family.frag">
22 <xsl:param name="title.font.family">sans-serif</xsl:param>
23 </src:fragment>
24 </refsynopsisdiv>
25
26 <refsection><info><title>Description</title></info>
27
28 <para>The title font family is used for titles (chapter, section, figure,
29 etc.)
30 </para>
31 <para>If more than one font is required, enter the font names,
32 separated by a comma, e.g.</para>
33 <literallayout>
34 &lt;xsl:param name="body.font.family">Arial, SimSun, serif&lt;/xsl:param>
35
36 </literallayout>
37 </refsection>
38 </refentry>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698