Hello,
I want to style a list just like the one in Microsoft Word. (View attached)
I used the following CSS code to style it:
Code:
.List-Style2
{
list-style-type:none;
}
.List-Paragraph2:before {
content: "\0x0076";
}
This doesn't work, I tried all sorts of codes but nothing seems to work, I prefer to avoid image if there is a working code for this because of scalability.
Do I have to embed a font to get this symbol?