Skip to content

Instantly share code, notes, and snippets.

@debMan
Created August 17, 2016 19:26
Show Gist options
  • Save debMan/00b894eec7406390c816943a83cb97b9 to your computer and use it in GitHub Desktop.
Save debMan/00b894eec7406390c816943a83cb97b9 to your computer and use it in GitHub Desktop.
persian abjad css ul list style type
@counter-style abjad {
system: additive;
range: 1 1000;
additive-symbols: 1000 "\63A", 900 "\638", 800 "\636",
700 "\630", 600 "\62E", 500 "\62B", 400 "\62A", 300 "\634",
200 "\631", 100 "\642", 90 "\635", 80 "\641", 70 "\639",
60 "\633", 50 "\646", 40 "\645", 30 "\644",
20 "\6AF", 10 "\649", 9 "\637", 8 "\62D", 7 "\698",
6 "\648", 5 "\FEEB", 4 "\62F", 3 "\686",
2 "\67E", 1 "\627";
}
// source:: https://github.com/mehdisadeghi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment