= Footnotes Category Keys :description: Reference list of the available footnotes category keys and their value types. :navtitle: Footnotes :source-language: yaml The keys in the `footnotes` category control the style of the footnotes list at the end of a chapter (`book` doctype) or document (other doctypes). If the `footnotes-title` attribute is specified in a document, it's styled as a xref:caption.adoc[block caption]. The styling of the links is controlled by the xref:link.adoc[global link styles]. [cols="3,4,5a"] |=== |Key |Value Type |Example |font-color |xref:color.adoc[Color] + (default: `$base-font-color`) |[source] footnotes: font-color: #CCCCCC |font-size |xref:language.adoc#values[Number] + (default: `9`) |[source] footnotes: font-size: 8 |font-style |xref:text.adoc#font-style[Font style] + (default: `$base-font-style`) |[source] footnotes: font-style: italic |item-spacing |xref:measurement-units.adoc[Measurement] + (default: `3`) |[source] footnotes: item-spacing: 5 |margin-top |xref:measurement-units.adoc[Measurement] + (default: `0`) |[source] footnotes: margin-top: 2 |text-transform |xref:text.adoc#transform[Text transform] + (default: _inherit_) |[source] footnotes: text-transform: lowercase |===