added light

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2022-08-16 11:33:20 -05:00
parent 2ed981f0ad
commit b912835c22

View File

@ -10,6 +10,7 @@ import Foundation
public enum Fonts: String, FontProtocol { public enum Fonts: String, FontProtocol {
case dsBold case dsBold
case dsRegular case dsRegular
case dsLight
case txBold case txBold
case txRegular case txRegular
@ -17,7 +18,7 @@ public enum Fonts: String, FontProtocol {
switch self { switch self {
case .dsBold: case .dsBold:
return "VerizonNHGeDS-Bold" return "VerizonNHGeDS-Bold"
case .dsRegular: case .dsRegular, .dsLight:
return "VerizonNHGeDS-Regular" return "VerizonNHGeDS-Regular"
case .txBold: case .txBold:
return "VerizonNHGeTX-Bold" return "VerizonNHGeTX-Bold"