I'm writing an application for the iPad and in there, I use a custom font. The custom font was added to my Mac Font Book and it shows up on the storyboard editor. I can also select the custom font on the editor and it will render it in the storyboard perfectly. The problem is when I load the app onto the simulator, it doesn't use the custom font, it uses the System font. This holds true for UILabel, UIButton, and UITextField but I haven't tested anything else.
Am I missing some settings or something?