I've seen that happen before to a workmate. Removing the font and re-installing solved the issue.If you need assistance removing fonts from OSX and reinstalling follow this link
EDIT:
To clear the current user’s font cache, first quit all running applications (otherwise, you may see font oddities after using the command), then open Terminal (in Applications -> Utilities) and run this command:
atsutil databases -removeUser
If you want to remove the font cache for all users, use this command, and provide your admin password when asked:
sudo atsutil databases -remove
Once you’ve cleared the caches, you should stop and restart the ATS server with these commands:
$ atsutil server -shutdown$ atsutil server -ping
It will take a second or two for the server to restart, but when it does, you should be good to go. If anything still looks odd, a logout and login should take care of any lingering issues.
credit: http://www.macworld.com/article/1139383/fontcacheclear.html