diff --git a/Mac/MainWindow/Timeline/Cell/TimelineCellAppearance.swift b/Mac/MainWindow/Timeline/Cell/TimelineCellAppearance.swift index f213471af..2f5223d14 100644 --- a/Mac/MainWindow/Timeline/Cell/TimelineCellAppearance.swift +++ b/Mac/MainWindow/Timeline/Cell/TimelineCellAppearance.swift @@ -49,7 +49,7 @@ struct TimelineCellAppearance: Equatable { let largeItemFontSize = actualFontSize self.feedNameFont = NSFont.systemFont(ofSize: smallItemFontSize) - self.dateFont = NSFont.systemFont(ofSize: smallItemFontSize) + self.dateFont = NSFont.systemFont(ofSize: smallItemFontSize, weight: NSFont.Weight.bold) self.titleFont = NSFont.systemFont(ofSize: largeItemFontSize, weight: NSFont.Weight.semibold) self.textFont = NSFont.systemFont(ofSize: largeItemFontSize, weight: NSFont.Weight.light) self.textOnlyFont = NSFont.systemFont(ofSize: largeItemFontSize)