From 203f5cf7e71041950e3c34a5b225d105f1173fc9 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Mon, 23 Mar 2020 21:58:35 -0500 Subject: [PATCH] Lighten timeline fonts --- Mac/MainWindow/Timeline/Cell/TimelineCellAppearance.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mac/MainWindow/Timeline/Cell/TimelineCellAppearance.swift b/Mac/MainWindow/Timeline/Cell/TimelineCellAppearance.swift index 702f95f9e..caf6117ba 100644 --- a/Mac/MainWindow/Timeline/Cell/TimelineCellAppearance.swift +++ b/Mac/MainWindow/Timeline/Cell/TimelineCellAppearance.swift @@ -50,8 +50,8 @@ struct TimelineCellAppearance: Equatable { self.feedNameFont = NSFont.systemFont(ofSize: smallItemFontSize) self.dateFont = NSFont.systemFont(ofSize: smallItemFontSize) - self.titleFont = NSFont.systemFont(ofSize: largeItemFontSize, weight: NSFont.Weight.bold) - self.textFont = NSFont.systemFont(ofSize: largeItemFontSize) + 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) self.showIcon = showIcon