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 d5c57e50a207412d8fd3ee86ac9c6c691066b538..9d88ed0f732666992ca083cd52b16bc6933e78f5 100644 |
--- a/chrome/browser/resources/contextual_search/promo.css |
+++ b/chrome/browser/resources/contextual_search/promo.css |
@@ -3,13 +3,13 @@ |
found in the LICENSE file. |
*/ |
@font-face { |
- font-family: 'Roboto'; |
+ font-family: 'Roboto2'; |
font-weight: 400; |
- src: url(/roboto.woff) format('woff'); |
+ src: local('Roboto'), local('Roboto2-Regular'), url(/roboto.woff2) format('woff2'), url(/roboto.woff) format('woff'); |
Dan Beam
2014/08/06 21:01:12
80 col wrap
Mathieu
2014/08/08 14:08:27
Done.
|
} |
body { |
- font-family: 'Roboto'; |
+ font-family: 'Roboto2', sans-serif; |
font-size: 1em; |
margin: 0; |
} |