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

Unified Diff: chrome/browser/resources/contextual_search/promo.css

Issue 392273004: [Resources] Add the Roboto font for contextual_search_promo_source and localize strings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tweaks Created 6 years, 5 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
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/contextual_search/promo.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/contextual_search/promo.css
diff --git a/chrome/browser/resources/contextual_search/promo.css b/chrome/browser/resources/contextual_search/promo.css
index bc566402d97b9d33d9ad22a9f2769c2950a0c39e..072e5abe89d0953b5394996d991ba26cadb6d780 100644
--- a/chrome/browser/resources/contextual_search/promo.css
+++ b/chrome/browser/resources/contextual_search/promo.css
@@ -1,5 +1,41 @@
/* Copyright 2014 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.
- TODO(mathp): Add some CSS here.
*/
+@font-face {
+ font-family: 'Roboto';
+ font-style: normal;
+ font-weight: 400;
+ src: url(/roboto.woff) format('woff');
+}
+
+body {
+ font-family: 'Roboto';
+ font-size: 1em;
+}
+
+p {
+ margin: 1em;
+ text-align: justify;
+}
+
+a {
+ color: black;
+}
+
+.colored {
+ color: rgb(66, 133, 244);
+}
+
+.label {
+ display: inline-block;
+ padding: 0.5em;
+ text-align: center;
+ width: 41%;
+}
+
+.label a {
+ font-weight: bold;
+ text-decoration: none;
+ text-transform: uppercase;
+}
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/contextual_search/promo.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698