.fa-char {
    text-shadow: 1px 1px 2px #9f9f9f;
    font: normal normal normal 14px/1 'Roboto';
    display: inline-block;
}

.fa-A:before { content: "A";}
.fa-B:before { content: "B";}
.fa-C:before { content: "C";}
.fa-D:before { content: "D";}
.fa-E:before { content: "E";}
.fa-F:before { content: "F";}
.fa-G:before { content: "G";}
.fa-H:before { content: "H";}
.fa-I:before { content: "I";}
.fa-J:before { content: "J";}
.fa-K:before { content: "K";}
.fa-L:before { content: "L";}
.fa-M:before { content: "M";}
.fa-N:before { content: "N";}
.fa-O:before { content: "O";}
.fa-P:before { content: "P";}
.fa-Q:before { content: "Q";}
.fa-R:before { content: "R";}
.fa-S:before { content: "S";}
.fa-T:before { content: "T";}
.fa-U:before { content: "U";}
.fa-V:before { content: "V";}
.fa-W:before { content: "W";}
.fa-X:before { content: "X";}
.fa-Y:before { content: "Y";}
.fa-Z:before { content: "Z";}
/*.fa-a-small:before { content: "a";}
.fa-b-small:before { content: "b";}
.fa-c-small:before { content: "c";}
.fa-d-small:before { content: "d";}
.fa-e-small:before { content: "e";}
.fa-f-small:before { content: "f";}
.fa-g-small:before { content: "g";}
.fa-h-small:before { content: "h";}
.fa-i-small:before { content: "i";}
.fa-j-small:before { content: "j";}
.fa-k-small:before { content: "k";}
.fa-l-small:before { content: "l";}
.fa-m-small:before { content: "m";}
.fa-n-small:before { content: "n";}
.fa-o-small:before { content: "o";}
.fa-p-small:before { content: "p";}
.fa-q-small:before { content: "q";}
.fa-r-small:before { content: "r";}
.fa-s-small:before { content: "s";}
.fa-t-small:before { content: "t";}
.fa-u-small:before { content: "u";}
.fa-v-small:before { content: "v";}
.fa-w-small:before { content: "w";}
.fa-x-small:before { content: "x";}
.fa-y-small:before { content: "y";}
.fa-z-small:before { content: "z";}*/
.fa-0:before { content: "0";}
.fa-1:before { content: "1";}
.fa-2:before { content: "2";}
.fa-3:before { content: "3";}
.fa-4:before { content: "4";}
.fa-5:before { content: "5";}
.fa-6:before { content: "6";}
.fa-7:before { content: "7";}
.fa-8:before { content: "8";}
.fa-9:before { content: "9";}
