[Tex/LaTex] Unbold text in bullets

bold

How to unbold text while using bullets for example:

\item[$\bullet$ text]

it produce bold text?
how to converts it to normal text?

Best Answer

normalfont permits to have your text as the main part of your document:

\item[$\bullet${\normalfont text}}

The following should work too:

\item[$\bullet$] text