Added the Hyperlegible theme

This commit is contained in:
Maurice Parker
2021-11-01 21:22:22 -05:00
parent 941342f122
commit c16a231530
8 changed files with 602 additions and 4 deletions

View File

@@ -120,6 +120,11 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
syncTimer!.update()
#endif
for family in UIFont.familyNames.sorted() {
let names = UIFont.fontNames(forFamilyName: family)
print("Family: \(family) Font names: \(names)")
}
return true
}