]> git.r.bdr.sh - rbdr/map/blob - Map/Core Extensions/Font+Theme.swift
30bc6f99b0d1e0e3eda719a3327073c0cdeabe9c
[rbdr/map] / Map / Core Extensions / Font+Theme.swift
1 import SwiftUI
2
3 public extension Font {
4 struct theme {
5 static let axisLabel = Font.custom("Hiragino Mincho ProN", size: 14)
6 static let vertexLabel = Font.custom("Hiragino Mincho ProN", size: 12)
7 }
8 }