We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bee2b31 commit c3a9476Copy full SHA for c3a9476
WordPress/Classes/ViewRelated/Reader/ReaderPostCell.swift
@@ -340,7 +340,7 @@ private final class ReaderPostCellView: UIView {
340
}
341
342
private static let authorAttributes = AttributeContainer([
343
- .font: UIFont.preferredFont(forTextStyle: .footnote),
+ .font: WPStyleGuide.fontForTextStyle(.footnote, fontWeight: .medium),
344
.foregroundColor: UIColor.label
345
])
346
0 commit comments