secant-ios-wallet/secant/Utilities/SwiftUI+secant.swift

16 lines
239 B
Swift

//
// SwiftUI+secant.swift
// secant
//
// Created by Francisco Gindre on 8/10/21.
//
import Foundation
import SwiftUI
extension Font {
static func zboto(_ size: CGFloat) -> Font {
Font.custom("Zboto", size: size)
}
}