ul {
font-family: "NotoNastaliqUrduWeb", sans-serif;
counter-reset: c 7;
list-style: none;
}
ul.test li::before {
content: "\0602" counter(c, arabic-indic);
counter-increment: c;
background: green;
color: transparent; /* hide the glyphs to avoid Windows antialiasing
artifacts; we only care about the width */
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.