Register custom fonts (#759)

Missing registration of custom fonts
This commit is contained in:
Matthew Watt 2023-06-01 09:09:55 -05:00 committed by GitHub
parent 561ccc0689
commit 2e4c526272
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,7 @@
import SwiftUI
import ComposableArchitecture
import Generated
import ZcashLightClientKit
import SDKSynchronizer
import Utils
@ -40,6 +41,10 @@ final class AppDelegate: NSObject, UIApplicationDelegate {
@main
struct SecantApp: App {
@UIApplicationDelegateAdaptor(AppDelegate.self) private var appDelegate
init() {
FontFamily.registerAllCustomFonts()
}
var body: some Scene {
WindowGroup {