Custom Fonts in Xcode 5
How would you add a custom font in Xcode 5 and how would you change every label in the project to that font? Because I've heard you can only do this programmatically? Much better option is to add the new font to your system/OS fonts directory and then from there it can be added in the storyboard or used with NSAttributed strings. Steps: Download your font .ttf files Go to any label/textview in your storyboard and select in top right attributes inspector: "Text" Then select > "Attributed" Click the little T icon next to the font name to open up the fonts editor Go to the cog/wheel/setting icon