Como alterar a fonte de botões programaticamente Swift
myButton.titleLabel?.font = UIFont(name: YourfontName, size: 20)
Encouraging Eland
myButton.titleLabel?.font = UIFont(name: YourfontName, size: 20)