<fonts> (Font Table Root Element)

This element specifies the root element for a font table part within a WordprocessingML document, and specifies information about the fonts used in this document, each contained within a child <font> element.

example:
<w:fonts>
  <w:font w:name="Times New Roman"></w:font>
  <w:font w:name="Arial"></w:font>
</w:fonts>

The <fonts> element contains information about all fonts used in the document - in this example, the Times New Roman and Arial fonts. ]

Parent Elements

Root element of WordprocessingML Font Table part

Child Elements

Subclause

<font> (Properties for a Single Font)

§2.8.2.10

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

<complexType name="CT_FontsList">
	<sequence>
	<element name="font" type="CT_Font" minOccurs="0" maxOccurs="unbounded"/>
	</sequence>
</complexType>