1
1
mirror of https://github.com/danbee/persephone synced 2025-03-04 08:39:11 +00:00
persephone/iOS/Components/Shared/Extensions/UIFont.swift

14 lines
260 B
Swift

//
// 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)
}