| Index: chrome/browser/resources/local_ntp/most_visited_title.css
|
| diff --git a/chrome/browser/resources/local_ntp/most_visited_title.css b/chrome/browser/resources/local_ntp/most_visited_title.css
|
| index 3b90d5ad75384899a982949508fce563d20cc9aa..e03c54aa1492d3a9c1e610510e2b2a4790532baf 100644
|
| --- a/chrome/browser/resources/local_ntp/most_visited_title.css
|
| +++ b/chrome/browser/resources/local_ntp/most_visited_title.css
|
| @@ -1,6 +1,13 @@
|
| /* Copyright 2013 The Chromium Authors. All rights reserved.
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file. */
|
| +@font-face {
|
| + font-family: 'Roboto2';
|
| + font-weight: 400;
|
| + src: local('Roboto'), local('Roboto2-Regular'),
|
| + url(roboto.woff2) format('woff2'), url(roboto.woff) format('woff');
|
| +}
|
| +
|
| body {
|
| width: 100%;
|
| }
|
|
|