Custom font for Swift Playground App

Is there a way to add custom font for Swift Playground App, since I can't add a Info.plist file?

Accepted Reply

Did you add the font as a resource in the app ?

Would this help ?

https://stackoverflow.com/questions/27472692/custom-fonts-in-xcode-playground

https://gist.github.com/JaviLorbada/4c3c07da7d9294fd3d71

  • It worked! Thank you very much

Add a Comment

Replies

Did you add the font as a resource in the app ?

Would this help ?

https://stackoverflow.com/questions/27472692/custom-fonts-in-xcode-playground

https://gist.github.com/JaviLorbada/4c3c07da7d9294fd3d71

  • It worked! Thank you very much

Add a Comment