<minorFont> (Minor fonts)

This element defines the set of minor fonts that are to be used under different languages or locals.

example:
<minorFont>
  <latin typeface="Calibri"/>
  <ea typeface="Arial"/>
  <cs typeface="Arial"/>
  <font script="Jpan" typeface="MS Pゴシック"/>
  <font script="Hang" typeface="HY중고딕"/>
  <font script="Hans" typeface="隶书"/>
  <font script="Hant" typeface="微軟正黑體"/>
  <font script="Arab" typeface="Traditional Arabic"/>
  <font script="Hebr" typeface="Arial"/>
  <font script="Thai" typeface="Cordia New"/>
  <font script="Ethi" typeface="Nyala"/>
  <font script="Beng" typeface="Vrinda"/>
  <font script="Gujr" typeface="Shruti"/>
  <font script="Khmr" typeface="DaunPenh"/>
  <font script="Knda" typeface="Tunga"/>
</minorFont>

In this example, we see the latin, east asian, and complex script fonts defined along with many fonts for different locals. ]

Parent Elements

<fontScheme>5.1.4.1.18)

Child Elements

Subclause

<cs> (Complex Script Font)

§5.1.5.3.1

<ea> (East Asian Font)

§5.1.5.3.3

<extLst> (Extension List)

§5.1.2.1.15

<font> (Font)

§5.1.4.1.16

<latin> (Latin Font)

§5.1.5.3.7

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_FontCollection">
	<sequence>
	<element name="latin" type="CT_TextFont" minOccurs="1" maxOccurs="1"/>
	<element name="ea" type="CT_TextFont" minOccurs="1" maxOccurs="1"/>
	<element name="cs" type="CT_TextFont" minOccurs="1" maxOccurs="1"/>
	<element name="font" type="CT_SupplementalFont" minOccurs="0" maxOccurs="unbounded"/>
	<element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
	</sequence>
</complexType>