Skip to content

Instantly share code, notes, and snippets.

@jaanussiim
Created November 27, 2017 14:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaanussiim/86924a7e665d0bbb732f3d01b4664f76 to your computer and use it in GitHub Desktop.
Save jaanussiim/86924a7e665d0bbb732f3d01b4664f76 to your computer and use it in GitHub Desktop.
let monospaced = UIFont.monospacedDigitSystemFont(ofSize: UIFont.systemFontSize, weight: .bold)
let fontMetrics = UIFontMetrics(forTextStyle: .body)
runtime.font = fontMetrics.scaledFont(for: monospaced)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment