Skip to content

Instantly share code, notes, and snippets.

@veeven
Created November 2, 2016 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save veeven/3659b593c6aaeadcb1f7b914c99719aa to your computer and use it in GitHub Desktop.
Save veeven/3659b593c6aaeadcb1f7b914c99719aa to your computer and use it in GitHub Desktop.
Ordered lists with Telugu numbers
license: CC0-1.0
<!doctype html>
<style>
ol {
list-style-type: telugu;
}
</style>
<ol>
<li>ఒకటి</li>
<li>రెండు</li>
<li>మూడు</li>
<li>నాలుగు</li>
<li>ఐదు</li>
</ol>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment