diff options
Diffstat (limited to 'Map/Core Extensions/Font+Theme.swift')
| -rw-r--r-- | Map/Core Extensions/Font+Theme.swift | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Map/Core Extensions/Font+Theme.swift b/Map/Core Extensions/Font+Theme.swift new file mode 100644 index 0000000..30bc6f9 --- /dev/null +++ b/Map/Core Extensions/Font+Theme.swift @@ -0,0 +1,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) + } +} |