Merge branch 'master' into accent-color-experimental

This commit is contained in:
Maurice Parker 2020-03-23 21:59:04 -05:00
commit fdf8d2c5e9
1 changed files with 2 additions and 2 deletions

View File

@ -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