diff --git a/Mac/MainWindow/Timeline/Cell/TimelineCellAppearance.swift b/Mac/MainWindow/Timeline/Cell/TimelineCellAppearance.swift index 2f5223d14..e62b87e70 100644 --- a/Mac/MainWindow/Timeline/Cell/TimelineCellAppearance.swift +++ b/Mac/MainWindow/Timeline/Cell/TimelineCellAppearance.swift @@ -48,7 +48,7 @@ struct TimelineCellAppearance: Equatable { let smallItemFontSize = floor(actualFontSize * 0.90) let largeItemFontSize = actualFontSize - self.feedNameFont = NSFont.systemFont(ofSize: smallItemFontSize) + self.feedNameFont = NSFont.systemFont(ofSize: smallItemFontSize, weight: NSFont.Weight.bold) 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)