func previewFonts()

in Sources/GuardianFonts/SwiftUI+GuardianFonts.swift [151:155]


    func previewFonts() -> some View {
        onAppear {
            GuardianFonts.registerFonts()
        }
    }