added light
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
2ed981f0ad
commit
b912835c22
@ -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"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user