Skip to content

Commit 5949d0f

Browse files
committed
revert monospaced font
1 parent 96ae950 commit 5949d0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Kit/plugins/Charts.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ internal func scaleValue(scale: Scale = .linear, value: Double, maxValue: Double
7373
return y
7474
}
7575

76-
private let titleFont = NSFont.monospacedDigitSystemFont(ofSize: 12, weight: .regular)
77-
private let subtitleFont = NSFont.monospacedDigitSystemFont(ofSize: 9, weight: .medium)
76+
private let titleFont = NSFont.systemFont(ofSize: 12, weight: .regular)
77+
private let subtitleFont = NSFont.systemFont(ofSize: 9, weight: .medium)
7878

7979
private func drawToolTip(_ frame: NSRect, _ point: CGPoint, _ size: CGSize, value: String, subtitle: String? = nil) {
8080
guard !value.isEmpty else { return }

0 commit comments

Comments
 (0)