| Index: chrome/browser/resources/ntp4/new_tab.css
|
| diff --git a/chrome/browser/resources/ntp4/new_tab.css b/chrome/browser/resources/ntp4/new_tab.css
|
| index 80276e1e80096c7a7af6186396c0e00663d0d7d3..c268a8c9423f399eda51b1dac0e4be6cf93432c0 100644
|
| --- a/chrome/browser/resources/ntp4/new_tab.css
|
| +++ b/chrome/browser/resources/ntp4/new_tab.css
|
| @@ -3,7 +3,6 @@
|
| * found in the LICENSE file. */
|
|
|
| html {
|
| - font-family: segoe ui, arial, helvetica, sans-serif;
|
| font-size: 14px;
|
| /* It's necessary to put this here instead of in body in order to get the
|
| background-size of 100% to work properly */
|
| @@ -308,6 +307,7 @@ html[dir='rtl'] #footer.showing-trash-mode #trash.drag-target .lid {
|
|
|
| #fontMeasuringDiv {
|
| /* The font attributes match the nav inputs. */
|
| + font: -webkit-small-control;
|
| font-size: 8pt;
|
| font-weight: bold;
|
| pointer-events: none;
|
|
|