update SF Mono string

This commit is contained in:
Satindar Dhillon
2022-06-03 16:46:59 -07:00
parent e607fc5675
commit 44ef6c4227

View File

@ -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"
}