Oh right! Yeah, that's what I've been looking for all along.
I had a question though. Originally I was using this:
a.macro-back:before {
font-family: 'icomoon-sugarcube';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
a.macro-back:before { content: "\e00a\00a0\00a0"; }
But the code for the symbol I want in the new font is "0xe816". So... how do I use it, in that kind of above code?
So, if I have this:
a.macro-back:before {
font-family: 'tme-fa-icons';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
a.macro-back:before { content: "0xe816\00a0\00a0"; }
It doesn't work. And it's obviously wrong. So...how do I have 0xe816 with two spaces following? Do I put it in a string like is shown?
It's good that you still have the old symbols, even if they're not in use anymore.