I am trying to add multiple fonts to Xcode 6. The problem is when there are multiple styles of the same family for example:
"Mensch-Bold" "Mensch-Thin"
When I open these fonts I get the same name as the raw font file as shown below:
When I add these fonts, update the .pList file with the fonts etc, I can only get "Mensch" to work. I cannot get any of the sub families, and it's because they are all named the same "Mensch" despite their variations.
Is there a work around for this? Do you know how I can install multiple font styles of the same font family?