marker-font-style attribute

Type:"italic", "normal", "outline", "filled"
Inherited:yes
Used By:ol, ul
Default:"normal filled"
See:font-style marker-font-weight

The style to apply to the font used to display the marker for an ordered or unordered list. This fulfills the same function for markers as the font-style does for body text.

A combination of "filled", "outline", "italic" or "normal", where both "filled" and "outline" can be set at once, but only one of "normal" or "italic" can be set.

Sets the marker for nested unordered lists to be drawn as a hollow disc.

ul ul { marker-type:list; marker-font:Symbol; marker-font-style:outline; }