marker-font-family attribute

Type:font
Inherited:yes
Used By:ol, ul
Default:the current font for OL or Symbol for UL
See:font marker-type

The font to use to display the marker in an ordered or unordered list.

For ordered lists, this will often be left unset, in which case the same font as the body of the list will be used. For unordered lists, where bullets are used as markers, the font defaults to "Symbol".

The default UL style is something like this

ul { marker-font:Symbol; marker-type:disc; }