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

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

Issue 786023002: Remove hard-coded font families in WebUI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert some changes that fail the tests. Created 6 years 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.css
diff --git a/chrome/browser/resources/contextual_search/promo.css b/chrome/browser/resources/contextual_search/promo.css
index c82d0bc42bd03abd2af0f22f5cda5a3595c4bbb4..18ab59605e12a7e430b95f839aef718cae1f3780 100644
--- a/chrome/browser/resources/contextual_search/promo.css
+++ b/chrome/browser/resources/contextual_search/promo.css
@@ -11,7 +11,6 @@
body {
color: #414141;
- font-family: 'Roboto2', sans-serif;
jungshik at Google 2014/12/16 20:44:00 Again, let's leave this alone because this file is
margin: 0;
}

Powered by Google App Engine
This is Rietveld 408576698