// // UIFont.swift // Persephone-iOS // // Created by Daniel Barber on 2020-3-31. // Copyright © 2020 Dan Barber. All rights reserved. // import UIKit extension UIFont { static let timerFont = monospacedDigitSystemFont(ofSize: 16, weight: .regular) }