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 {
|
||||
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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user