From 15c173d998c97aab5f6f9fc178bd83acf0ebf1cf Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Mon, 1 Aug 2022 14:03:37 -0500 Subject: [PATCH] fixed font issue Signed-off-by: Matt Bruce --- VDS/Typography/FontProtocol.swift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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{