diff --git a/Sources/Splash/Output/AttributedStringOutputFormat.swift b/Sources/Splash/Output/AttributedStringOutputFormat.swift index aa665b4..0aae5d9 100644 --- a/Sources/Splash/Output/AttributedStringOutputFormat.swift +++ b/Sources/Splash/Output/AttributedStringOutputFormat.swift @@ -66,7 +66,7 @@ public extension AttributedStringOutputFormat { guard let font = NSFont.loaded(from: path, size: size) else { return .defaultFont(ofSize: size) } - + return font } }