Skip to content

Commit c3a9476

Browse files
committed
Use medium font for site/author
1 parent bee2b31 commit c3a9476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPress/Classes/ViewRelated/Reader/ReaderPostCell.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ private final class ReaderPostCellView: UIView {
340340
}
341341

342342
private static let authorAttributes = AttributeContainer([
343-
.font: UIFont.preferredFont(forTextStyle: .footnote),
343+
.font: WPStyleGuide.fontForTextStyle(.footnote, fontWeight: .medium),
344344
.foregroundColor: UIColor.label
345345
])
346346

0 commit comments

Comments
 (0)