Commit df9e0525 authored by kristipark's avatar kristipark Committed by Commit Bot

Use medium font weight for NTP Most Visited tiles and add fallback fonts

Bug: 854009
Cq-Include-Trybots: luci.chromium.try:closure_compilation
Change-Id: Ic8bbe3273b351ec202a8f5ae49fffda88b1006e0
Reviewed-on: https://chromium-review.googlesource.com/1114207
Commit-Queue: Kristi Park <kristipark@chromium.org>
Reviewed-by: default avatarMarc Treib <treib@chromium.org>
Cr-Commit-Position: refs/heads/master@{#570501}
parent 65944414
...@@ -492,7 +492,7 @@ body.dark-theme .md-tile:active .md-menu::after { ...@@ -492,7 +492,7 @@ body.dark-theme .md-tile:active .md-menu::after {
.fallback-letter { .fallback-letter {
color: white; color: white;
font-family: Roboto; font-family: 'Roboto', arial, sans-serif;
font-size: 12px; font-size: 12px;
height: 16px; height: 16px;
line-height: 16px; line-height: 16px;
...@@ -506,8 +506,9 @@ body.dark-theme .md-tile:active .md-menu::after { ...@@ -506,8 +506,9 @@ body.dark-theme .md-tile:active .md-menu::after {
.md-title { .md-title {
color: rgba(33, 32, 36, 0.86); color: rgba(33, 32, 36, 0.86);
font-family: 'Roboto'; font-family: 'Roboto', arial, sans-serif;
font-size: var(--md-title-font-size); font-size: var(--md-title-font-size);
font-weight: 500;
height: var(--md-title-height); height: var(--md-title-height);
line-height: 1.4em; line-height: 1.4em;
text-align: center; text-align: center;
......
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