sandbag
sandbag copied to clipboard
Which case should we use for FONT grade?
Currently, the Font grade uses lowercase, and does not support uppercase:
Font.getScore('7B') Output: 0
Font.getScore('7b') Output: [ 76, 77 ]
I think it would be a good idea to use uppercase for the FONT grade to distinguish it from the French sports grade, but supports lowercase input as well.
What do you think? @musoke