Created
August 17, 2016 19:26
-
-
Save debMan/00b894eec7406390c816943a83cb97b9 to your computer and use it in GitHub Desktop.
persian abjad css ul list style type
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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