Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6912)

Unified Diff: chrome/browser/resources/local_ntp/most_visited_title.css

Issue 473583002: [Local NTP] Implementing Material Design styling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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%;
}

Powered by Google App Engine
This is Rietveld 408576698