From 44ef6c422711254dc26999b0bb73555ac1943afb Mon Sep 17 00:00:00 2001 From: Satindar Dhillon Date: Fri, 3 Jun 2022 16:46:59 -0700 Subject: [PATCH] update SF Mono string --- .../Sources/Views/FontSizeAdjustmentPopoverView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apple/OmnivoreKit/Sources/Views/FontSizeAdjustmentPopoverView.swift b/apple/OmnivoreKit/Sources/Views/FontSizeAdjustmentPopoverView.swift index 64bd69fc1..663d03178 100644 --- a/apple/OmnivoreKit/Sources/Views/FontSizeAdjustmentPopoverView.swift +++ b/apple/OmnivoreKit/Sources/Views/FontSizeAdjustmentPopoverView.swift @@ -5,7 +5,7 @@ public enum WebFont: String, CaseIterable { case inter = "Inter" case merriweather = "Merriweather" case lyon = "Lyon" - case sfmono = "SFMono" + case sfmono = "SF Mono" case tisa = "Tisa" }