diff --git a/VDS/Typography/FontProtocol.swift b/VDS/Typography/FontProtocol.swift index 48b6bf43..9524f2a4 100644 --- a/VDS/Typography/FontProtocol.swift +++ b/VDS/Typography/FontProtocol.swift @@ -14,9 +14,8 @@ public protocol FontProtocol: CaseIterable, RawRepresentable, Hashable { } extension FontProtocol { - public func register() { - guard let bundle = Bundle(identifier: "com.verizon.vega.metrics") else { return } + guard let bundle = Bundle(identifier: "com.vzw.vds") else { return } Self.allCases.forEach{ font in if let url = bundle.url(forResource: font.fontName, withExtension: font.fontFileExtension){ do{