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

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

Issue 1142893002: Add Roboto-Medium webfont and factor out common Roboto WebUI CSS file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rearrange properties in promo.css to abate presubmit Created 5 years, 7 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/contextual_search/promo.html
diff --git a/chrome/browser/resources/contextual_search/promo.html b/chrome/browser/resources/contextual_search/promo.html
index b5bbd1bcda2a80e3f331d79158144f1ace75bec7..535ed3f3c4777c99b9af8644a02a1954bd67f712 100644
--- a/chrome/browser/resources/contextual_search/promo.html
+++ b/chrome/browser/resources/contextual_search/promo.html
@@ -8,6 +8,7 @@
<meta name="viewport" content="width=device-width, user-scalable=no">
<title>Contextual Search First-Run</title>
<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
+ <link rel="stylesheet" href="chrome://resources/css/roboto.css">
<link rel="stylesheet" href="promo.css">
<script src="chrome://contextual-search-promo/config.js"></script>
<script src="chrome://contextual-search-promo/promo.js"></script>
« no previous file with comments | « chrome/browser/resources/contextual_search/promo.css ('k') | chrome/browser/resources/md_settings/md_settings.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698