aboutsummaryrefslogtreecommitdiff
path: root/Map/Core Extensions/Font+Theme.swift
blob: 30bc6f99b0d1e0e3eda719a3327073c0cdeabe9c (plain)
1
2
3
4
5
6
7
8
import SwiftUI

public extension Font {
  struct theme {
    static let axisLabel = Font.custom("Hiragino Mincho ProN", size: 14)
    static let vertexLabel = Font.custom("Hiragino Mincho ProN", size: 12)
  }
}