//
//  typefaces.swift
//  ReactNativeActivityKitExampleWidgetExtension
//
//  Created by Caleb Panza on 10/6/22.
//

import SwiftUI

//let HeadlineFont = Font.custom("Apercu-Bold", size: 17)
//let SubheadlineFont = Font.custom("Apercu-Medium", size: 15)
//let TitleFont = Font.custom("Analog Script Clean PERSONAL", size: 27)

let HeadlineFont = Font.headline
let SubheadlineFont = Font.subheadline
let TitleFont = Font.title
