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 {
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"