// // Fonts.swift // TournamentStats // // Created by Laurent Morvillier on 15/08/2019. // Copyright © 2019 Stax River. All rights reserved. // import Foundation import UIKit class Fonts { static let mainTitle: UIFont = UIFont.systemFont(ofSize: 64.0) static let subTitle: UIFont = UIFont.systemFont(ofSize: 24.0) static let pieChartEntries: UIFont = UIFont.boldSystemFont(ofSize: 28) static let chartLegend: UIFont = UIFont.systemFont(ofSize: 18.0) }