diff --git a/Source/Configuration/FontList.swift b/Source/Configuration/FontList.swift index ca164a8..6e8f7a3 100644 --- a/Source/Configuration/FontList.swift +++ b/Source/Configuration/FontList.swift @@ -10,4 +10,8 @@ public struct FontList { public struct Whistle { public static var title = UIFont.systemFont(ofSize: 12) } + + public struct Whisper { + public static var title = UIFont(name: "HelveticaNeue", size: 13)! + } }