diff --git a/VDS/Fonts/Fonts.swift b/VDS/Fonts/Fonts.swift index 9eb54c3e..c7316185 100644 --- a/VDS/Fonts/Fonts.swift +++ b/VDS/Fonts/Fonts.swift @@ -10,6 +10,7 @@ import Foundation public enum Fonts: String, FontProtocol { case dsBold case dsRegular + case dsLight case txBold case txRegular @@ -17,7 +18,7 @@ public enum Fonts: String, FontProtocol { switch self { case .dsBold: return "VerizonNHGeDS-Bold" - case .dsRegular: + case .dsRegular, .dsLight: return "VerizonNHGeDS-Regular" case .txBold: return "VerizonNHGeTX-Bold"