Skip to content

Commit

Permalink
h3 uses UIFontTextStyle.title3
Browse files Browse the repository at this point in the history
  • Loading branch information
bkoell committed Jun 7, 2017
1 parent 5148e8a commit fd8dbd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SwiftyMarkdown/SwiftyMarkdown.swift
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ open class SwiftyMarkdown {
case .h3:
fontName = h3.fontName
if #available(iOS 9, *) {
textStyle = UIFontTextStyle.title2
textStyle = UIFontTextStyle.title3
} else {
textStyle = UIFontTextStyle.subheadline
}
Expand Down

0 comments on commit fd8dbd2

Please sign in to comment.