= Menu Macro Category Keys :description: Reference list of the available menu UI macro category keys and their value types. :navtitle: Menu :source-language: yaml The keys in the `menu` category apply to the menu label generated from the inline menu macro. TIP: The styles for the caret (`^`) can be controlled independently using the `` tag. [cols="3,4,5a"] |=== |Key |Value Type |Example |caret-content |xref:quoted-string.adoc[Quoted string] + (default: `" \u203a "`) |[source] menu: caret-content: ' > ' |font-color |xref:color.adoc[Color] + (default: _inherit_) |[source] menu: font-color: #AA0000 |font-family |xref:font-support.adoc[Font family name] + (default: _inherit_) |[source] menu: font-family: M+ 1mn |font-size |xref:language.adoc#values[Number] + (default: _inherit_) |[source] menu: font-size: 8 |font-style |xref:text.adoc#font-style[Font style] + (default: `bold`) |[source] menu: font-style: bold_italic |===