Commit c528e380 authored by gambard's avatar gambard Committed by Commit bot

Change the favicon monogram font for suggested articles

This CL changes the font of the fallback monogram of the favicons of suggested
articles, making it bigger and medium instead of regular.

BUG=none

Review-Url: https://codereview.chromium.org/2801323002
Cr-Commit-Position: refs/heads/master@{#462873}
parent 33d6af40
...@@ -173,8 +173,7 @@ const CGFloat kAnimationDuration = 0.3; ...@@ -173,8 +173,7 @@ const CGFloat kAnimationDuration = 0.3;
_titleLabel.font = [MDCTypography subheadFont]; _titleLabel.font = [MDCTypography subheadFont];
_subtitleLabel.font = [MDCTypography body1Font]; _subtitleLabel.font = [MDCTypography body1Font];
_publisherLabel.font = [MDCTypography captionFont]; _publisherLabel.font = [MDCTypography captionFont];
_faviconView.font = _faviconView.font = [[MDCTypography fontLoader] mediumFontOfSize:10];
[[MDCTypography fontLoader] regularFontOfSize:kFaviconSize / 2];
_subtitleLabel.textColor = [[MDCPalette greyPalette] tint700]; _subtitleLabel.textColor = [[MDCPalette greyPalette] tint700];
_publisherLabel.textColor = [[MDCPalette greyPalette] tint700]; _publisherLabel.textColor = [[MDCPalette greyPalette] tint700];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment